diff --git a/Rakefile b/Rakefile index 6cd9773..a497b25 100644 --- a/Rakefile +++ b/Rakefile @@ -98,7 +98,18 @@ namespace :cucumber do end Cucumber::Rake::Task.new(:retry) do |task| - task.cucumber_opts = "@#{FAILING_CUCUMBER_SCENARIOS_FILENAME}" + task.cucumber_opts = "@#{FAILING_CUCUMBER_SCENARIOS_FILENAME}" # -f rerun --out #{FAILING_CUCUMBER_SCENARIOS_FILENAME}" + end + + def cucumber_retry(retry_count) + begin + puts "\nRetrying failed scenarios...\n" + Rake::Task['cucumber:retry'].execute + rescue Exception => e + return cucumber_retry(retry_count - 1) if retry_count > 1 + return e + end + return nil end task :run do @@ -106,12 +117,7 @@ namespace :cucumber do begin result = Rake::Task['cucumber:start'].execute rescue Exception => e - begin - puts "\nRetrying failed scenarios...\n" - Rake::Task['cucumber:retry'].execute - rescue Exception => e2 - exception = e2 - end + exception = cucumber_retry(3) end if File.exists?("#{FAILING_CUCUMBER_SCENARIOS_FILENAME}") diff --git a/app/assets/images/admin/additional_details.svg b/app/assets/images/admin/additional_details.svg new file mode 100644 index 0000000..2af61b0 --- /dev/null +++ b/app/assets/images/admin/additional_details.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/images/admin/city_info.svg b/app/assets/images/admin/city_info.svg new file mode 100644 index 0000000..b1a4dc6 --- /dev/null +++ b/app/assets/images/admin/city_info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/images/admin/housing_info.svg b/app/assets/images/admin/housing_info.svg new file mode 100644 index 0000000..b222f8f --- /dev/null +++ b/app/assets/images/admin/housing_info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/images/admin/schedule_info.svg b/app/assets/images/admin/schedule_info.svg new file mode 100644 index 0000000..f725c85 --- /dev/null +++ b/app/assets/images/admin/schedule_info.svg @@ -0,0 +1 @@ +jackielua \ No newline at end of file diff --git a/app/assets/images/admin/travel_info.svg b/app/assets/images/admin/travel_info.svg new file mode 100644 index 0000000..2818cd7 --- /dev/null +++ b/app/assets/images/admin/travel_info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/images/admin/volunteering_info.svg b/app/assets/images/admin/volunteering_info.svg new file mode 100644 index 0000000..60550f9 --- /dev/null +++ b/app/assets/images/admin/volunteering_info.svg @@ -0,0 +1 @@ +heart \ No newline at end of file diff --git a/app/assets/images/admin/what_to_bring.svg b/app/assets/images/admin/what_to_bring.svg new file mode 100644 index 0000000..fae4afd --- /dev/null +++ b/app/assets/images/admin/what_to_bring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/images/admin/workshop_info.svg b/app/assets/images/admin/workshop_info.svg new file mode 100644 index 0000000..4ca82e1 --- /dev/null +++ b/app/assets/images/admin/workshop_info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/javascripts/main.js b/app/assets/javascripts/main.js index 38b943e..c019d5c 100644 --- a/app/assets/javascripts/main.js +++ b/app/assets/javascripts/main.js @@ -222,12 +222,6 @@ if (response[i].className) { element.className = response[i].className; } - if (response[i].scrollTo) { - var scrollTo = document.querySelector(response[i].scrollTo); - if (scrollTo) { - scrollTo.scrollIntoView(); - } - } if (response[i].focus) { var focusOn = document.querySelector(response[i].focus); if (focusOn) { @@ -239,6 +233,12 @@ focusOn.focus(); } } + if (response[i].scrollTo) { + var scrollTo = document.querySelector(response[i].scrollTo); + if (scrollTo) { + scrollTo.scrollIntoView(); + } + } } } } diff --git a/app/assets/stylesheets/_application.scss b/app/assets/stylesheets/_application.scss index 5519b88..e009886 100644 --- a/app/assets/stylesheets/_application.scss +++ b/app/assets/stylesheets/_application.scss @@ -624,6 +624,10 @@ button, text-align: center; } + &.right { + text-align: right; + } + .buttons { display: inline-block; display: flex; diff --git a/app/assets/stylesheets/admin/and_chr-57.scss b/app/assets/stylesheets/admin/and_chr-57.scss deleted file mode 100644 index b39399b..0000000 --- a/app/assets/stylesheets/admin/and_chr-57.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome for Android 57.0 (approximately 26.57% of all users) - * - */ - -$browser: and_chr; -$browser_prefix: webkit; -$browser_version: 57.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": a, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": y, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": y, - "user-select-none": y, - "input-file-accept": a, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": y, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": y, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": y, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": a, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": y, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": a, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": n, - "subresource-integrity": y, - "custom-elementsv1": a, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": y, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": n, - "credential-management": y, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": y, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": u, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": y, - "shadowdomv1": y, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": y, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": y, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": nd, - "beforeafterprint": n, - "webvr": nd, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": y, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/and_ff-52.scss b/app/assets/stylesheets/admin/and_ff-52.scss deleted file mode 100644 index fce8f58..0000000 --- a/app/assets/stylesheets/admin/and_ff-52.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox for Android 52.0 (approximately 0.03% of all users) - * - */ - -$browser: and_ff; -$browser_prefix: moz; -$browser_version: 52.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": y, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": a, - "ogv": y, - "wordwrap": y, - "pointerlock": n, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": y, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": n, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": y, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": y, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": y, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "srcset": y, - "ambient-light": y, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": yx, - "web-animation": a, - "resource-timing": y, - "custom-elements": pd, - "imports": p, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": yx, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": a, - "input-minlength": y, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": u, - "netinfo": y, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": a, - "keyboardevent-charcode": n, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": y, - "custom-elementsv1": p, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": y, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": u, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": n, - "wasm": y, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": nd, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": y, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/and_qq-1.2.scss b/app/assets/stylesheets/admin/and_qq-1.2.scss deleted file mode 100644 index 2101db5..0000000 --- a/app/assets/stylesheets/admin/and_qq-1.2.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: QQ Browser 1.2 (approximately 0.0% of all users) - * - */ - -$browser: and_qq; -$browser_prefix: webkit; -$browser_version: 1.2; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": y, - "font-feature": y, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": y, - "css-sticky": nd, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": a, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": n, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": y, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": p, - "css-in-out-of-range": y, - "push-api": n, - "template-literals": u, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": nd, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": n, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": nd, - "shadowdomv1": y, - "urlsearchparams": n, - "css-font-rendering-controls": nd, - "wasm": nd, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": u, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": nd, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/and_uc-11.scss b/app/assets/stylesheets/admin/and_uc-11.scss deleted file mode 100644 index 764ad86..0000000 --- a/app/assets/stylesheets/admin/and_uc-11.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: UC Browser for Android 11.0 (approximately 9.43% of all users) - * - */ - -$browser: and_uc; -$browser_prefix: webkit; -$browser_version: 11.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": ax, - "css-transitions": yx, - "font-feature": yx, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": n, - "css-masks": ax, - "console-basic": n, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": n, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": y, - "flexbox": ax, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": a, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": y, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": n, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": yx, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": n, - "input-color": a, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": n, - "style-scoped": y, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": yx, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": n, - "srcset": y, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": y, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": y, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": yx, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": u, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": y, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": a, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": u, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/android-2.1.scss b/app/assets/stylesheets/admin/android-2.1.scss deleted file mode 100644 index 8bbb612..0000000 --- a/app/assets/stylesheets/admin/android-2.1.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Android Browser 2.1 (approximately 0.0% of all users) - * - */ - -$browser: android; -$browser_prefix: webkit; -$browser_version: 2.1; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": a, - "audio": n, - "contenteditable": n, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": n, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": ax, - "css-table": y, - "css-gencontent": y, - "css-fixed": a, - "beacon": n, - "hashchange": n, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": ax, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": yx, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": ax, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": n, - "svg-css": n, - "svg-smil": n, - "svg-fonts": n, - "svg-filters": n, - "svg-html": n, - "svg-html5": n, - "canvas": a, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": u, - "eventsource": n, - "x-doc-messaging": y, - "sni": n, - "datauri": y, - "wav": u, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": n, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": a, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": n, - "touch": y, - "matchesselector": n, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": a, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": u, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": u, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": n, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": a, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": u, - "ogg-vorbis": u, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": u, - "const": u, - "css-all": n, - "css-initial-value": u, - "css-letter-spacing": u, - "css-unset-value": n, - "insertadjacenthtml": u, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": u, - "addeventlistener": y, - "dispatchevent": u, - "documenthead": u, - "innertext": u, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": u, - "proxy": n, - "keyboardevent-which": u, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": u, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": u, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/android-2.2.scss b/app/assets/stylesheets/admin/android-2.2.scss deleted file mode 100644 index 76eaa97..0000000 --- a/app/assets/stylesheets/admin/android-2.2.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Android Browser 2.2 (approximately 0.0% of all users) - * - */ - -$browser: android; -$browser_prefix: webkit; -$browser_version: 2.2; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": a, - "audio": n, - "contenteditable": n, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": n, - "fontface": a, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": ax, - "css-table": y, - "css-gencontent": y, - "css-fixed": a, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": ax, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": ax, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": n, - "svg-css": n, - "svg-smil": n, - "svg-fonts": n, - "svg-filters": n, - "svg-html": n, - "svg-html5": n, - "canvas": a, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": u, - "eventsource": n, - "x-doc-messaging": y, - "sni": n, - "datauri": y, - "wav": u, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": y, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": a, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": a, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": u, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": u, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": n, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": a, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": u, - "ogg-vorbis": u, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": u, - "const": u, - "css-all": n, - "css-initial-value": u, - "css-letter-spacing": u, - "css-unset-value": n, - "insertadjacenthtml": u, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": u, - "addeventlistener": y, - "dispatchevent": u, - "documenthead": u, - "innertext": u, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": a, - "setimmediate": n, - "es6-number": n, - "maxlength": u, - "proxy": n, - "keyboardevent-which": u, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": u, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": u, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/android-2.3.scss b/app/assets/stylesheets/admin/android-2.3.scss deleted file mode 100644 index 1b0f5e7..0000000 --- a/app/assets/stylesheets/admin/android-2.3.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Android Browser 2.3 (approximately 0.0% of all users) - * - */ - -$browser: android; -$browser_prefix: webkit; -$browser_version: 2.3; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": n, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": n, - "fontface": a, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": ax, - "css-table": y, - "css-gencontent": y, - "css-fixed": a, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": ax, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": ax, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": n, - "svg-css": n, - "svg-smil": n, - "svg-fonts": n, - "svg-filters": n, - "svg-html": n, - "svg-html5": n, - "canvas": a, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": n, - "x-doc-messaging": y, - "sni": n, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": y, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": a, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": n, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": a, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": a, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/android-3.scss b/app/assets/stylesheets/admin/android-3.scss deleted file mode 100644 index a21aaec..0000000 --- a/app/assets/stylesheets/admin/android-3.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Android Browser 3.0 (approximately 0.0% of all users) - * - */ - -$browser: android; -$browser_prefix: webkit; -$browser_version: 3.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": n, - "fontface": a, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": ax, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": ax, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": a, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": n, - "svg-html": n, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": n, - "history": n, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": a, - "script-defer": y, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": a, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": a, - "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": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": n, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": a, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": u, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": u, - "async-functions": n, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/android-4.1.scss b/app/assets/stylesheets/admin/android-4.1.scss deleted file mode 100644 index 238bb91..0000000 --- a/app/assets/stylesheets/admin/android-4.1.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Android Browser 4.1 (approximately 0.18% of all users) - * - */ - -$browser: android; -$browser_prefix: webkit; -$browser_version: 4.1; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": n, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": a, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": n, - "svg-html": n, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": n, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": n, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": n, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": a, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": a, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": p, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": a, - "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": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": a, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": u, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/android-4.2-4.3.scss b/app/assets/stylesheets/admin/android-4.2-4.3.scss deleted file mode 100644 index 7863855..0000000 --- a/app/assets/stylesheets/admin/android-4.2-4.3.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Android Browser 4.2 (approximately 0.43% of all users) - * - */ - -$browser: android; -$browser_prefix: webkit; -$browser_version: 4.2; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": n, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": a, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": n, - "svg-html": n, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": n, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": n, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": p, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": a, - "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": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": a, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": u, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/android-4.4.3-4.4.4.scss b/app/assets/stylesheets/admin/android-4.4.3-4.4.4.scss deleted file mode 100644 index be5672c..0000000 --- a/app/assets/stylesheets/admin/android-4.4.3-4.4.4.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Android Browser 4.4 (approximately 0.61% of all users) - * - */ - -$browser: android; -$browser_prefix: webkit; -$browser_version: 4.4; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": n, - "fileapi": y, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": a, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": u, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "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": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "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": y, - "custom-elements": y, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": n, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": n, - "keyboardevent-which": a, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": u, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/android-4.4.scss b/app/assets/stylesheets/admin/android-4.4.scss deleted file mode 100644 index d04a9f6..0000000 --- a/app/assets/stylesheets/admin/android-4.4.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Android Browser 4.4 (approximately 1.04% of all users) - * - */ - -$browser: android; -$browser_prefix: webkit; -$browser_version: 4.4; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": n, - "fileapi": a, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": a, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "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": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "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": y, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": n, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": n, - "keyboardevent-which": a, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": u, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/android-4.scss b/app/assets/stylesheets/admin/android-4.scss deleted file mode 100644 index fafde01..0000000 --- a/app/assets/stylesheets/admin/android-4.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Android Browser 4.0 (approximately 0.03% of all users) - * - */ - -$browser: android; -$browser_prefix: webkit; -$browser_version: 4.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": n, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": a, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": n, - "svg-html": n, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": n, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": n, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": n, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": a, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": a, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": p, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": a, - "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": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": n, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": a, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": u, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/android-56.scss b/app/assets/stylesheets/admin/android-56.scss deleted file mode 100644 index ba98254..0000000 --- a/app/assets/stylesheets/admin/android-56.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Android Browser 56.0 (approximately 0.0% of all users) - * - */ - -$browser: android; -$browser_prefix: webkit; -$browser_version: 56.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": a, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": ax, - "stream": ax, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": n, - "input-color": y, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": y, - "user-select-none": y, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": y, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": y, - "font-unicode-range": y, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": n, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": n, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": y, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": n, - "subresource-integrity": y, - "custom-elementsv1": a, - "css-in-out-of-range": y, - "push-api": n, - "template-literals": y, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": y, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": n, - "credential-management": y, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": y, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": u, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": n, - "shadowdomv1": y, - "urlsearchparams": y, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": y, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": y, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/bb-10.scss b/app/assets/stylesheets/admin/bb-10.scss deleted file mode 100644 index 71159c6..0000000 --- a/app/assets/stylesheets/admin/bb-10.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Blackberry Browser 10.0 (approximately 0.0% of all users) - * - */ - -$browser: bb; -$browser_prefix: webkit; -$browser_version: 10.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": n, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "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, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": u, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "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": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": u, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/bb-7.scss b/app/assets/stylesheets/admin/bb-7.scss deleted file mode 100644 index 9495387..0000000 --- a/app/assets/stylesheets/admin/bb-7.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Blackberry Browser 7.0 (approximately 0.04% of all users) - * - */ - -$browser: bb; -$browser_prefix: webkit; -$browser_version: 7.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": a, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": a, - "css-boxshadow": yx, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": n, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": n, - "svg-html": n, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": n, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": n, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": y, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": y, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": a, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": u, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": u, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-10.scss b/app/assets/stylesheets/admin/chrome-10.scss deleted file mode 100644 index e9775d2..0000000 --- a/app/assets/stylesheets/admin/chrome-10.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 10.0 (approximately 0.0% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 10.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": n, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": ax, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": yx, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": u, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": u, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": u, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": u, - "form-submit-attributes": u, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-11.scss b/app/assets/stylesheets/admin/chrome-11.scss deleted file mode 100644 index f54d72a..0000000 --- a/app/assets/stylesheets/admin/chrome-11.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 11.0 (approximately 0.02% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 11.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": ax, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": yx, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": u, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": u, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": u, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": u, - "form-submit-attributes": u, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-12.scss b/app/assets/stylesheets/admin/chrome-12.scss deleted file mode 100644 index 52b2108..0000000 --- a/app/assets/stylesheets/admin/chrome-12.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 12.0 (approximately 0.0% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 12.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": ax, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": yx, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": u, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": u, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": u, - "form-submit-attributes": u, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-13.scss b/app/assets/stylesheets/admin/chrome-13.scss deleted file mode 100644 index 9f85247..0000000 --- a/app/assets/stylesheets/admin/chrome-13.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 13.0 (approximately 0.0% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 13.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": u, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": u, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": u, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": u, - "form-submit-attributes": u, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-14.scss b/app/assets/stylesheets/admin/chrome-14.scss deleted file mode 100644 index 9be7a9a..0000000 --- a/app/assets/stylesheets/admin/chrome-14.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 14.0 (approximately 0.0% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 14.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": u, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": u, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": u, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": u, - "form-submit-attributes": u, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-15.scss b/app/assets/stylesheets/admin/chrome-15.scss deleted file mode 100644 index 7034c68..0000000 --- a/app/assets/stylesheets/admin/chrome-15.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 15.0 (approximately 0.0% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 15.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": ax, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-16.scss b/app/assets/stylesheets/admin/chrome-16.scss deleted file mode 100644 index 6492fb4..0000000 --- a/app/assets/stylesheets/admin/chrome-16.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 16.0 (approximately 0.0% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 16.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": nd, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": ax, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": u, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": u, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-17.scss b/app/assets/stylesheets/admin/chrome-17.scss deleted file mode 100644 index 978d668..0000000 --- a/app/assets/stylesheets/admin/chrome-17.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 17.0 (approximately 0.0% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 17.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": nd, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": ax, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": u, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": u, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-18.scss b/app/assets/stylesheets/admin/chrome-18.scss deleted file mode 100644 index 8226244..0000000 --- a/app/assets/stylesheets/admin/chrome-18.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 18.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 18.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": nd, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": ax, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": yx, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": u, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": u, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-19.scss b/app/assets/stylesheets/admin/chrome-19.scss deleted file mode 100644 index 4d0c3b6..0000000 --- a/app/assets/stylesheets/admin/chrome-19.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 19.0 (approximately 0.02% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 19.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": nd, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": yx, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": u, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": u, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-20.scss b/app/assets/stylesheets/admin/chrome-20.scss deleted file mode 100644 index 4afd08a..0000000 --- a/app/assets/stylesheets/admin/chrome-20.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 20.0 (approximately 0.0% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 20.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": nd, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": yx, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": yx, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "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": nd, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-21.scss b/app/assets/stylesheets/admin/chrome-21.scss deleted file mode 100644 index 8df552d..0000000 --- a/app/assets/stylesheets/admin/chrome-21.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 21.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 21.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": yx, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": nd, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": ax, - "stream": ax, - "svg-img": a, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": n, - "user-select-none": yx, - "input-file-accept": u, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": yx, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": yx, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "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": nd, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": yx, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": yx, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-22.scss b/app/assets/stylesheets/admin/chrome-22.scss deleted file mode 100644 index e26414f..0000000 --- a/app/assets/stylesheets/admin/chrome-22.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 22.0 (approximately 0.04% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 22.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": yx, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": a, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": u, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": yx, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": yx, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "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": nd, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": yx, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-23.scss b/app/assets/stylesheets/admin/chrome-23.scss deleted file mode 100644 index cc36c38..0000000 --- a/app/assets/stylesheets/admin/chrome-23.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 23.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 23.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": yx, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": yx, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": yx, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": a, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": u, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": yx, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": yx, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "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": nd, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": yx, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-24.scss b/app/assets/stylesheets/admin/chrome-24.scss deleted file mode 100644 index f3edbfd..0000000 --- a/app/assets/stylesheets/admin/chrome-24.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 24.0 (approximately 0.06% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 24.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": yx, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": yx, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": a, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": u, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": yx, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "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": nd, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": yx, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-25.scss b/app/assets/stylesheets/admin/chrome-25.scss deleted file mode 100644 index cd4132e..0000000 --- a/app/assets/stylesheets/admin/chrome-25.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 25.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 25.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": yx, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": y, - "fileapi": a, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": yx, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": a, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": u, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": yx, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": nd, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-26.scss b/app/assets/stylesheets/admin/chrome-26.scss deleted file mode 100644 index 2ea2f4f..0000000 --- a/app/assets/stylesheets/admin/chrome-26.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 26.0 (approximately 0.02% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 26.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": y, - "fileapi": a, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": yx, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": a, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": yx, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": nd, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-27.scss b/app/assets/stylesheets/admin/chrome-27.scss deleted file mode 100644 index 3c66877..0000000 --- a/app/assets/stylesheets/admin/chrome-27.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 27.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 27.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": y, - "fileapi": a, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": yx, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": a, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "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": y, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-28.scss b/app/assets/stylesheets/admin/chrome-28.scss deleted file mode 100644 index a9ac682..0000000 --- a/app/assets/stylesheets/admin/chrome-28.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 28.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 28.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": y, - "fileapi": a, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": yx, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "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": y, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-29.scss b/app/assets/stylesheets/admin/chrome-29.scss deleted file mode 100644 index 1846e33..0000000 --- a/app/assets/stylesheets/admin/chrome-29.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 29.0 (approximately 0.02% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 29.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": yx, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": nd, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "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": y, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": a, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-30.scss b/app/assets/stylesheets/admin/chrome-30.scss deleted file mode 100644 index 102bd8e..0000000 --- a/app/assets/stylesheets/admin/chrome-30.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 30.0 (approximately 0.03% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 30.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": yx, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": nd, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "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": y, - "custom-elements": nd, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-31.scss b/app/assets/stylesheets/admin/chrome-31.scss deleted file mode 100644 index e743fa4..0000000 --- a/app/assets/stylesheets/admin/chrome-31.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 31.0 (approximately 0.08% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 31.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": nd, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "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": y, - "custom-elements": nd, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-32.scss b/app/assets/stylesheets/admin/chrome-32.scss deleted file mode 100644 index b6e08c4..0000000 --- a/app/assets/stylesheets/admin/chrome-32.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 32.0 (approximately 0.03% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 32.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": a, - "css-sticky": nd, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": nd, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "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": y, - "custom-elements": nd, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-33.scss b/app/assets/stylesheets/admin/chrome-33.scss deleted file mode 100644 index 4265d4f..0000000 --- a/app/assets/stylesheets/admin/chrome-33.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 33.0 (approximately 0.03% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 33.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": nd, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": nd, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "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": y, - "custom-elements": y, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-34.scss b/app/assets/stylesheets/admin/chrome-34.scss deleted file mode 100644 index c0f17cd..0000000 --- a/app/assets/stylesheets/admin/chrome-34.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 34.0 (approximately 0.04% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 34.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": nd, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": nd, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": a, - "ambient-light": n, - "will-change": n, - "css-shapes": nd, - "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": y, - "custom-elements": y, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-35.scss b/app/assets/stylesheets/admin/chrome-35.scss deleted file mode 100644 index d69a106..0000000 --- a/app/assets/stylesheets/admin/chrome-35.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 35.0 (approximately 0.05% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 35.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": nd, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": nd, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": a, - "ambient-light": n, - "will-change": n, - "css-shapes": nd, - "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": y, - "custom-elements": y, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": y, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-36.scss b/app/assets/stylesheets/admin/chrome-36.scss deleted file mode 100644 index 54ccd80..0000000 --- a/app/assets/stylesheets/admin/chrome-36.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 36.0 (approximately 0.07% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 36.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": nd, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": nd, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": a, - "ambient-light": n, - "will-change": y, - "css-shapes": nd, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": n, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-37.scss b/app/assets/stylesheets/admin/chrome-37.scss deleted file mode 100644 index 86c74f7..0000000 --- a/app/assets/stylesheets/admin/chrome-37.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 37.0 (approximately 0.02% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 37.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": nd, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": nd, - "serviceworkers": n, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": a, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": nd, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": n, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-38.scss b/app/assets/stylesheets/admin/chrome-38.scss deleted file mode 100644 index 7649903..0000000 --- a/app/assets/stylesheets/admin/chrome-38.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 38.0 (approximately 0.04% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 38.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": nd, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": n, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": n, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-39.scss b/app/assets/stylesheets/admin/chrome-39.scss deleted file mode 100644 index 5000d4b..0000000 --- a/app/assets/stylesheets/admin/chrome-39.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 39.0 (approximately 0.04% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 39.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": nd, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": n, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": n, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-4.scss b/app/assets/stylesheets/admin/chrome-4.scss deleted file mode 100644 index 1613ba1..0000000 --- a/app/assets/stylesheets/admin/chrome-4.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 4.0 (approximately 0.0% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 4.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": yx, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": yx, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": a, - "svg-fonts": y, - "svg-filters": n, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": n, - "x-doc-messaging": y, - "sni": n, - "datauri": y, - "wav": n, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": a, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": a, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": n, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": u, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "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": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": n, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": u, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": u, - "form-submit-attributes": u, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-40.scss b/app/assets/stylesheets/admin/chrome-40.scss deleted file mode 100644 index 93c43d3..0000000 --- a/app/assets/stylesheets/admin/chrome-40.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 40.0 (approximately 0.03% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 40.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": nd, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": a, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": n, - "http2": n, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-41.scss b/app/assets/stylesheets/admin/chrome-41.scss deleted file mode 100644 index 0fa89ec..0000000 --- a/app/assets/stylesheets/admin/chrome-41.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 41.0 (approximately 0.04% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 41.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": a, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": n, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": nd, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-42.scss b/app/assets/stylesheets/admin/chrome-42.scss deleted file mode 100644 index 99e3c23..0000000 --- a/app/assets/stylesheets/admin/chrome-42.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 42.0 (approximately 0.04% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 42.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": n, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": nd, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": a, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-43.scss b/app/assets/stylesheets/admin/chrome-43.scss deleted file mode 100644 index 696b63f..0000000 --- a/app/assets/stylesheets/admin/chrome-43.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 43.0 (approximately 0.21% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 43.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": nd, - "css-scroll-behavior": nd, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": a, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-44.scss b/app/assets/stylesheets/admin/chrome-44.scss deleted file mode 100644 index 5d78798..0000000 --- a/app/assets/stylesheets/admin/chrome-44.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 44.0 (approximately 0.04% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 44.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": nd, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": nd, - "css-scroll-behavior": nd, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": a, - "template-literals": y, - "flac": u, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": a, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-45.scss b/app/assets/stylesheets/admin/chrome-45.scss deleted file mode 100644 index 28225a0..0000000 --- a/app/assets/stylesheets/admin/chrome-45.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 45.0 (approximately 0.31% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 45.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": nd, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": nd, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": a, - "template-literals": y, - "flac": u, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": a, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-46.scss b/app/assets/stylesheets/admin/chrome-46.scss deleted file mode 100644 index 4b01f14..0000000 --- a/app/assets/stylesheets/admin/chrome-46.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 46.0 (approximately 0.05% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 46.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": a, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": nd, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": a, - "template-literals": y, - "flac": u, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": a, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-47.scss b/app/assets/stylesheets/admin/chrome-47.scss deleted file mode 100644 index 080fb6d..0000000 --- a/app/assets/stylesheets/admin/chrome-47.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 47.0 (approximately 0.11% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 47.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": a, - "template-literals": y, - "flac": a, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": nd, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": a, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-48.scss b/app/assets/stylesheets/admin/chrome-48.scss deleted file mode 100644 index 30ab1e7..0000000 --- a/app/assets/stylesheets/admin/chrome-48.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 48.0 (approximately 0.08% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 48.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": nd, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": a, - "template-literals": y, - "flac": a, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": nd, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": nd, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": a, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-49.scss b/app/assets/stylesheets/admin/chrome-49.scss deleted file mode 100644 index b286077..0000000 --- a/app/assets/stylesheets/admin/chrome-49.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 49.0 (approximately 1.29% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 49.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": nd, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": a, - "template-literals": y, - "flac": a, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": nd, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-5.scss b/app/assets/stylesheets/admin/chrome-5.scss deleted file mode 100644 index 91e2dbb..0000000 --- a/app/assets/stylesheets/admin/chrome-5.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 5.0 (approximately 0.0% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 5.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": yx, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": a, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": n, - "x-doc-messaging": y, - "sni": n, - "datauri": y, - "wav": n, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": a, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": n, - "history": y, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": u, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": u, - "webp": n, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": u, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": u, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": u, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": u, - "form-submit-attributes": u, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-50.scss b/app/assets/stylesheets/admin/chrome-50.scss deleted file mode 100644 index 1dac003..0000000 --- a/app/assets/stylesheets/admin/chrome-50.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 50.0 (approximately 0.12% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 50.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": y, - "template-literals": y, - "flac": a, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": nd, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-51.scss b/app/assets/stylesheets/admin/chrome-51.scss deleted file mode 100644 index afdf7b9..0000000 --- a/app/assets/stylesheets/admin/chrome-51.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 51.0 (approximately 0.24% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 51.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": y, - "template-literals": y, - "flac": a, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": n, - "credential-management": y, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": nd, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": y, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": nd, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-52.scss b/app/assets/stylesheets/admin/chrome-52.scss deleted file mode 100644 index 444806a..0000000 --- a/app/assets/stylesheets/admin/chrome-52.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 52.0 (approximately 0.11% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 52.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": nd, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": y, - "template-literals": y, - "flac": a, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": n, - "credential-management": y, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": nd, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": y, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": y, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": nd, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": nd, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-53.scss b/app/assets/stylesheets/admin/chrome-53.scss deleted file mode 100644 index f1cd781..0000000 --- a/app/assets/stylesheets/admin/chrome-53.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 53.0 (approximately 0.15% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 53.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": nd, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": p, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": a, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": n, - "credential-management": y, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": nd, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": y, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": y, - "selection-api": y, - "payment-request": nd, - "shadowdomv1": y, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": nd, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": nd, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-54.scss b/app/assets/stylesheets/admin/chrome-54.scss deleted file mode 100644 index 4da554d..0000000 --- a/app/assets/stylesheets/admin/chrome-54.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 54.0 (approximately 0.19% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 54.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": y, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": nd, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": y, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": a, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": a, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": n, - "credential-management": y, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": y, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": y, - "selection-api": y, - "payment-request": nd, - "shadowdomv1": y, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": nd, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": nd, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-55.scss b/app/assets/stylesheets/admin/chrome-55.scss deleted file mode 100644 index ff0ac13..0000000 --- a/app/assets/stylesheets/admin/chrome-55.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 55.0 (approximately 0.59% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 55.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": a, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": y, - "user-select-none": y, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": nd, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": y, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": a, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": a, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": n, - "credential-management": y, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": y, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": nd, - "shadowdomv1": y, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": nd, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": nd, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-56.scss b/app/assets/stylesheets/admin/chrome-56.scss deleted file mode 100644 index 2a61607..0000000 --- a/app/assets/stylesheets/admin/chrome-56.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 56.0 (approximately 21.51% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 56.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": a, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": y, - "user-select-none": y, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": y, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": a, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": y, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": y, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": n, - "credential-management": y, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": y, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": nd, - "shadowdomv1": y, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": nd, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": nd, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": y, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-57.scss b/app/assets/stylesheets/admin/chrome-57.scss deleted file mode 100644 index 8f6a0bd..0000000 --- a/app/assets/stylesheets/admin/chrome-57.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 57.0 (approximately 1.37% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 57.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": a, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": y, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": y, - "user-select-none": y, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": y, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": y, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": y, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": a, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": y, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": y, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": n, - "credential-management": y, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": y, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": nd, - "shadowdomv1": y, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": y, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": nd, - "beforeafterprint": n, - "webvr": nd, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": y, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-58.scss b/app/assets/stylesheets/admin/chrome-58.scss deleted file mode 100644 index 589b90a..0000000 --- a/app/assets/stylesheets/admin/chrome-58.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 58.0 (approximately 0.08% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 58.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": a, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": y, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": y, - "user-select-none": y, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": y, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": y, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": y, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": u, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": a, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": y, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": y, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": u, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": u, - "credential-management": y, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": y, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": nd, - "shadowdomv1": y, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": y, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": y, - "css-rrggbbaa": nd, - "beforeafterprint": n, - "webvr": nd, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": y, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-59.scss b/app/assets/stylesheets/admin/chrome-59.scss deleted file mode 100644 index fb44df0..0000000 --- a/app/assets/stylesheets/admin/chrome-59.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 59.0 (approximately 0.03% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 59.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": a, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": y, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": y, - "user-select-none": y, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": y, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": y, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": y, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": u, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": a, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": y, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": y, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": u, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": u, - "credential-management": y, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": y, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": nd, - "shadowdomv1": y, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": y, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": y, - "css-rrggbbaa": nd, - "beforeafterprint": n, - "webvr": nd, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": y, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-6.scss b/app/assets/stylesheets/admin/chrome-6.scss deleted file mode 100644 index 6dab82f..0000000 --- a/app/assets/stylesheets/admin/chrome-6.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 6.0 (approximately 0.0% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 6.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": yx, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": a, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": n, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": n, - "history": y, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": u, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": yx, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": u, - "webp": p, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": u, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": u, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": u, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": u, - "form-submit-attributes": u, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-60.scss b/app/assets/stylesheets/admin/chrome-60.scss deleted file mode 100644 index 30493e6..0000000 --- a/app/assets/stylesheets/admin/chrome-60.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 60.0 (approximately 0.0% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 60.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": a, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": y, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": y, - "user-select-none": y, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": y, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": y, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": y, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": u, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": a, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": y, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": y, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": u, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": u, - "credential-management": y, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": y, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": nd, - "shadowdomv1": y, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": y, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": y, - "css-rrggbbaa": nd, - "beforeafterprint": n, - "webvr": nd, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": y, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-7.scss b/app/assets/stylesheets/admin/chrome-7.scss deleted file mode 100644 index 479f1b8..0000000 --- a/app/assets/stylesheets/admin/chrome-7.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 7.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 7.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": yx, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": a, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": n, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": n, - "history": y, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": n, - "nav-timing": yx, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": u, - "webp": p, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": u, - "customevent": u, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": u, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": u, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": u, - "form-submit-attributes": u, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-8.scss b/app/assets/stylesheets/admin/chrome-8.scss deleted file mode 100644 index f8adeaa..0000000 --- a/app/assets/stylesheets/admin/chrome-8.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 8.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 8.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": yx, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": n, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": ax, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": yx, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": u, - "webp": p, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": u, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": u, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": u, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": u, - "form-submit-attributes": u, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/chrome-9.scss b/app/assets/stylesheets/admin/chrome-9.scss deleted file mode 100644 index 779235a..0000000 --- a/app/assets/stylesheets/admin/chrome-9.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Chrome 9.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 9.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": yx, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": n, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": ax, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": yx, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": u, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": u, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": u, - "form-submit-attributes": u, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/edge-12.scss b/app/assets/stylesheets/admin/edge-12.scss deleted file mode 100644 index 8be96c5..0000000 --- a/app/assets/stylesheets/admin/edge-12.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Edge 12.0 (approximately 0.05% of all users) - * - */ - -$browser: edge; -$browser_prefix: ms; -$browser_version: 12.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": a, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": a, - "online-status": y, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": a, - "wav": y, - "mathml": n, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": n, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": p, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": y, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": ax, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": y, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": ax, - "spellcheck-attribute": y, - "fullscreen": a, - "css-exclusions": yx, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": a, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": nd, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": y, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": n, - "cryptography": y, - "template": n, - "opus": n, - "jpegxr": y, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": y, - "srcset": a, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": a, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": a, - "css-logical-props": n, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": ax, - "input-minlength": n, - "css-media-interaction": y, - "ime": yx, - "font-smooth": n, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": y, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": n, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": nd, - "lazyload": y, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": y, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": u, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": a, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": u, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": y, - "es6-module": n, - "es6-class": y, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/edge-13.scss b/app/assets/stylesheets/admin/edge-13.scss deleted file mode 100644 index 74184b8..0000000 --- a/app/assets/stylesheets/admin/edge-13.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Edge 13.0 (approximately 0.12% of all users) - * - */ - -$browser: edge; -$browser_prefix: ms; -$browser_version: 13.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": a, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": a, - "online-status": y, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": a, - "wav": y, - "mathml": n, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": n, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": p, - "wordwrap": a, - "pointerlock": y, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": y, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": ax, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": y, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": ax, - "spellcheck-attribute": y, - "fullscreen": a, - "css-exclusions": yx, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": y, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": n, - "cryptography": y, - "template": y, - "opus": n, - "jpegxr": y, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": y, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": a, - "objectrtc": y, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": a, - "css-logical-props": n, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": ax, - "input-minlength": n, - "css-media-interaction": y, - "ime": yx, - "font-smooth": n, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": y, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": n, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": y, - "lazyload": y, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": y, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": a, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": y, - "es6-module": n, - "es6-class": y, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/edge-14.scss b/app/assets/stylesheets/admin/edge-14.scss deleted file mode 100644 index e91de74..0000000 --- a/app/assets/stylesheets/admin/edge-14.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Edge 14.0 (approximately 1.46% of all users) - * - */ - -$browser: edge; -$browser_prefix: ms; -$browser_version: 14.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": a, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": a, - "online-status": y, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": a, - "wav": y, - "mathml": n, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": n, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": p, - "wordwrap": a, - "pointerlock": y, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": y, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": ax, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": y, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": ax, - "spellcheck-attribute": y, - "fullscreen": a, - "css-exclusions": yx, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": y, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": n, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": y, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": y, - "user-timing": y, - "srcset": n, - "ambient-light": y, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": a, - "objectrtc": y, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": a, - "css-logical-props": n, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": ax, - "input-minlength": n, - "css-media-interaction": y, - "ime": yx, - "font-smooth": n, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": y, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": n, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": y, - "lazyload": y, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": y, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": a, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": nd, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": y, - "es6-module": n, - "es6-class": y, - "ping": n, - "form-submit-attributes": y, - "async-functions": nd, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/edge-15.scss b/app/assets/stylesheets/admin/edge-15.scss deleted file mode 100644 index eec13bf..0000000 --- a/app/assets/stylesheets/admin/edge-15.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Edge 15.0 (approximately 0.0% of all users) - * - */ - -$browser: edge; -$browser_prefix: ms; -$browser_version: 15.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": a, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": a, - "online-status": y, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": a, - "wav": y, - "mathml": n, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": n, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": p, - "wordwrap": a, - "pointerlock": y, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": n, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": y, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": ax, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": y, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": ax, - "spellcheck-attribute": y, - "fullscreen": a, - "css-exclusions": yx, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": y, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": n, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": y, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": y, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": n, - "css-variables": y, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": nd, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": y, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": a, - "objectrtc": y, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": a, - "css-logical-props": n, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": ax, - "input-minlength": n, - "css-media-interaction": y, - "ime": yx, - "font-smooth": n, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": y, - "permissions-api": n, - "http2": y, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": n, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": y, - "lazyload": y, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": y, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": a, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": a, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": nd, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": y, - "es6-module": nd, - "es6-class": y, - "ping": n, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": y, - "css-apply-rule": u, - "css-hanging-punctuation": u, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-10.scss b/app/assets/stylesheets/admin/firefox-10.scss deleted file mode 100644 index 587d707..0000000 --- a/app/assets/stylesheets/admin/firefox-10.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 10.0 (approximately 0.0% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 10.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": a, - "audio": a, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "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, - "devicepixelratio": n, - "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, - "console-basic": y, - "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, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": ax, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "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, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "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, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": yx, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": ax, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "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": a, - "css-media-resolution": a, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-11.scss b/app/assets/stylesheets/admin/firefox-11.scss deleted file mode 100644 index b2734c4..0000000 --- a/app/assets/stylesheets/admin/firefox-11.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 11.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 11.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": a, - "audio": a, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "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, - "devicepixelratio": n, - "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, - "console-basic": y, - "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, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "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, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "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, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": yx, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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": yx, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": ax, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "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": a, - "css-media-resolution": a, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-12.scss b/app/assets/stylesheets/admin/firefox-12.scss deleted file mode 100644 index eed3a49..0000000 --- a/app/assets/stylesheets/admin/firefox-12.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 12.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 12.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": a, - "audio": a, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "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, - "devicepixelratio": n, - "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, - "console-basic": y, - "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, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "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, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "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, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": yx, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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": yx, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": ax, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "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": a, - "css-media-resolution": a, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-13.scss b/app/assets/stylesheets/admin/firefox-13.scss deleted file mode 100644 index f488500..0000000 --- a/app/assets/stylesheets/admin/firefox-13.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 13.0 (approximately 0.0% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 13.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": a, - "audio": a, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "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, - "devicepixelratio": n, - "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, - "console-basic": y, - "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, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "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, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "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, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": yx, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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": yx, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": ax, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "css-background-offsets": y, - "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": a, - "css-media-resolution": a, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-14.scss b/app/assets/stylesheets/admin/firefox-14.scss deleted file mode 100644 index b4ba100..0000000 --- a/app/assets/stylesheets/admin/firefox-14.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 14.0 (approximately 0.0% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 14.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": a, - "audio": a, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "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, - "devicepixelratio": n, - "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, - "console-basic": y, - "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, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "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, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "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, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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": yx, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": ax, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "css-background-offsets": y, - "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": a, - "css-media-resolution": a, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-15.scss b/app/assets/stylesheets/admin/firefox-15.scss deleted file mode 100644 index e265487..0000000 --- a/app/assets/stylesheets/admin/firefox-15.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 15.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 15.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": a, - "audio": a, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "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, - "devicepixelratio": n, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": yx, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "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, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "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, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": y, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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": yx, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": ax, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "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": ax, - "objectrtc": n, - "css-background-offsets": y, - "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": a, - "css-media-resolution": a, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-16.scss b/app/assets/stylesheets/admin/firefox-16.scss deleted file mode 100644 index 0be54d4..0000000 --- a/app/assets/stylesheets/admin/firefox-16.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 16.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 16.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": a, - "audio": a, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "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": y, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "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, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": y, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "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": ax, - "objectrtc": n, - "css-background-offsets": y, - "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": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-17.scss b/app/assets/stylesheets/admin/firefox-17.scss deleted file mode 100644 index 25c5888..0000000 --- a/app/assets/stylesheets/admin/firefox-17.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 17.0 (approximately 0.0% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 17.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": a, - "audio": a, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "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": y, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "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, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": y, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "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": ax, - "objectrtc": n, - "css-background-offsets": y, - "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": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": a, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-18.scss b/app/assets/stylesheets/admin/firefox-18.scss deleted file mode 100644 index dbf6781..0000000 --- a/app/assets/stylesheets/admin/firefox-18.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 18.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 18.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": a, - "audio": a, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "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": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "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, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": y, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "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": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": a, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-19.scss b/app/assets/stylesheets/admin/firefox-19.scss deleted file mode 100644 index 04c089e..0000000 --- a/app/assets/stylesheets/admin/firefox-19.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 19.0 (approximately 0.0% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 19.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": a, - "audio": a, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "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": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "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, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "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": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": a, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": a, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-2.scss b/app/assets/stylesheets/admin/firefox-2.scss deleted file mode 100644 index aab3d18..0000000 --- a/app/assets/stylesheets/admin/firefox-2.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 2.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 2.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": n, - "audio": n, - "contenteditable": n, - "dragndrop": p, - "internationalization": n, - "queryselector": p, - "getelementsbyclassname": p, - "forms": p, - "html5semantic": n, - "css-line-clamp": n, - "offline-apps": p, - "webworkers": p, - "fontface": n, - "eot": n, - "woff": n, - "multibackgrounds": n, - "border-image": n, - "background-img-opts": n, - "css-table": a, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": n, - "css-textshadow": n, - "css-boxshadow": n, - "css3-colors": a, - "css3-boxsizing": yx, - "css-mediaqueries": n, - "multicolumn": ax, - "border-radius": ax, - "transforms2d": n, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": a, - "svg-css": n, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": n, - "svg-html": n, - "svg-html5": p, - "canvas": a, - "canvas-text": p, - "namevalue-storage": a, - "sql-storage": n, - "indexeddb": n, - "online-status": n, - "eventsource": n, - "x-doc-messaging": n, - "sni": y, - "datauri": y, - "wav": n, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": p, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": n, - "json": n, - "classlist": p, - "text-overflow": p, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": n, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": ax, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": n, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": n, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": n, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": yx, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": n, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": n, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": ax, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": n, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": u, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-20.scss b/app/assets/stylesheets/admin/firefox-20.scss deleted file mode 100644 index fd8c30a..0000000 --- a/app/assets/stylesheets/admin/firefox-20.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 20.0 (approximately 0.0% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 20.0; -$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": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "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": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "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, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "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": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": nd, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": a, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-21.scss b/app/assets/stylesheets/admin/firefox-21.scss deleted file mode 100644 index 9cc449c..0000000 --- a/app/assets/stylesheets/admin/firefox-21.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 21.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 21.0; -$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, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "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": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "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, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "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": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": nd, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-22.scss b/app/assets/stylesheets/admin/firefox-22.scss deleted file mode 100644 index f59415e..0000000 --- a/app/assets/stylesheets/admin/firefox-22.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 22.0 (approximately 0.0% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 22.0; -$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, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "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": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": a, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "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, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": a, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "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": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": nd, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-23.scss b/app/assets/stylesheets/admin/firefox-23.scss deleted file mode 100644 index 9d584d0..0000000 --- a/app/assets/stylesheets/admin/firefox-23.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 23.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 23.0; -$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, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "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": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": a, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "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, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": a, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "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": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": a, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": nd, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-24.scss b/app/assets/stylesheets/admin/firefox-24.scss deleted file mode 100644 index f50f768..0000000 --- a/app/assets/stylesheets/admin/firefox-24.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 24.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 24.0; -$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, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "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": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": a, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "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, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": nd, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": a, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "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": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": nd, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": nd, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": a, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": nd, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-25.scss b/app/assets/stylesheets/admin/firefox-25.scss deleted file mode 100644 index b16cb41..0000000 --- a/app/assets/stylesheets/admin/firefox-25.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 25.0 (approximately 0.04% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 25.0; -$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, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "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": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": a, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": nd, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": a, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "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": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": nd, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": nd, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": a, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": nd, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-26.scss b/app/assets/stylesheets/admin/firefox-26.scss deleted file mode 100644 index 75d5808..0000000 --- a/app/assets/stylesheets/admin/firefox-26.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 26.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 26.0; -$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, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "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": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": a, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": nd, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": a, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": nd, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": nd, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": a, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": nd, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-27.scss b/app/assets/stylesheets/admin/firefox-27.scss deleted file mode 100644 index 08a0068..0000000 --- a/app/assets/stylesheets/admin/firefox-27.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 27.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 27.0; -$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, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "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": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": a, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": nd, - "promises": a, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": a, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": nd, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": nd, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": a, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-28.scss b/app/assets/stylesheets/admin/firefox-28.scss deleted file mode 100644 index 6745e68..0000000 --- a/app/assets/stylesheets/admin/firefox-28.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 28.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 28.0; -$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, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "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": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": nd, - "promises": a, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": a, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": nd, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": nd, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": a, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-29.scss b/app/assets/stylesheets/admin/firefox-29.scss deleted file mode 100644 index 8d5bfeb..0000000 --- a/app/assets/stylesheets/admin/firefox-29.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 29.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 29.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": nd, - "promises": y, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": a, - "will-change": nd, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": nd, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": nd, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": a, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-3.5.scss b/app/assets/stylesheets/admin/firefox-3.5.scss deleted file mode 100644 index b5a87e2..0000000 --- a/app/assets/stylesheets/admin/firefox-3.5.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 3.5 (approximately 0.0% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 3.5; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": a, - "audio": a, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": p, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": n, - "border-image": ax, - "background-img-opts": n, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": yx, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": yx, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": n, - "svg": y, - "svg-css": n, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": p, - "canvas": a, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": n, - "online-status": y, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": n, - "json": y, - "classlist": p, - "text-overflow": p, - "webm": n, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": y, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": yx, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "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": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": a, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": n, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": ax, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": a, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": u, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": n, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-3.6.scss b/app/assets/stylesheets/admin/firefox-3.6.scss deleted file mode 100644 index d3c84e8..0000000 --- a/app/assets/stylesheets/admin/firefox-3.6.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 3.6 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 3.6; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": a, - "audio": a, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": p, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": ax, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": yx, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": yx, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": n, - "svg": y, - "svg-css": n, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": n, - "online-status": y, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": n, - "json": y, - "classlist": a, - "text-overflow": p, - "webm": n, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": p, - "script-defer": y, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": a, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": yx, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": a, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": n, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": ax, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": y, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": n, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-3.scss b/app/assets/stylesheets/admin/firefox-3.scss deleted file mode 100644 index d6ca74e..0000000 --- a/app/assets/stylesheets/admin/firefox-3.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 3.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 3.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": n, - "audio": n, - "contenteditable": a, - "dragndrop": p, - "internationalization": n, - "queryselector": p, - "getelementsbyclassname": y, - "forms": p, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": a, - "webworkers": p, - "fontface": n, - "eot": n, - "woff": n, - "multibackgrounds": n, - "border-image": n, - "background-img-opts": n, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": n, - "css-textshadow": n, - "css-boxshadow": n, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": n, - "multicolumn": ax, - "border-radius": yx, - "transforms2d": n, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": n, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": p, - "canvas": a, - "canvas-text": p, - "namevalue-storage": a, - "sql-storage": n, - "indexeddb": n, - "online-status": n, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": n, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": p, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": n, - "json": n, - "classlist": p, - "text-overflow": p, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": n, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": n, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": yx, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "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": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": n, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": n, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": ax, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": a, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": n, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-30.scss b/app/assets/stylesheets/admin/firefox-30.scss deleted file mode 100644 index aaa6371..0000000 --- a/app/assets/stylesheets/admin/firefox-30.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 30.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 30.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": nd, - "promises": y, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": n, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": a, - "will-change": nd, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": pd, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": nd, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": nd, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": a, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-31.scss b/app/assets/stylesheets/admin/firefox-31.scss deleted file mode 100644 index e79ffb8..0000000 --- a/app/assets/stylesheets/admin/firefox-31.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 31.0 (approximately 0.03% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 31.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": nd, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": n, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": n, - "srcset": n, - "ambient-light": a, - "will-change": nd, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": nd, - "custom-elements": pd, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": n, - "font-kerning": nd, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": nd, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": a, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-32.scss b/app/assets/stylesheets/admin/firefox-32.scss deleted file mode 100644 index ae40e77..0000000 --- a/app/assets/stylesheets/admin/firefox-32.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 32.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 32.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": nd, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": n, - "srcset": nd, - "ambient-light": a, - "will-change": nd, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": nd, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": n, - "font-kerning": nd, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": nd, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": a, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-33.scss b/app/assets/stylesheets/admin/firefox-33.scss deleted file mode 100644 index ce415cf..0000000 --- a/app/assets/stylesheets/admin/firefox-33.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 33.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 33.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": nd, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": n, - "srcset": nd, - "ambient-light": a, - "will-change": nd, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": nd, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": n, - "font-kerning": nd, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": nd, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": a, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-34.scss b/app/assets/stylesheets/admin/firefox-34.scss deleted file mode 100644 index 7b1852d..0000000 --- a/app/assets/stylesheets/admin/firefox-34.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 34.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 34.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": ad, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": n, - "srcset": nd, - "ambient-light": a, - "will-change": nd, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": nd, - "woff2": n, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": nd, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": nd, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": n, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": a, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-35.scss b/app/assets/stylesheets/admin/firefox-35.scss deleted file mode 100644 index 25cf9b0..0000000 --- a/app/assets/stylesheets/admin/firefox-35.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 35.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 35.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": n, - "srcset": nd, - "ambient-light": a, - "will-change": nd, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": nd, - "woff2": n, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": nd, - "font-unicode-range": n, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": nd, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": n, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": a, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-36.scss b/app/assets/stylesheets/admin/firefox-36.scss deleted file mode 100644 index 2b46aee..0000000 --- a/app/assets/stylesheets/admin/firefox-36.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 36.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 36.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": n, - "srcset": nd, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": nd, - "woff2": n, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": nd, - "font-unicode-range": nd, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": nd, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": nd, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": a, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-37.scss b/app/assets/stylesheets/admin/firefox-37.scss deleted file mode 100644 index 3ec4e46..0000000 --- a/app/assets/stylesheets/admin/firefox-37.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 37.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 37.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": n, - "srcset": nd, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": nd, - "woff2": n, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": nd, - "font-unicode-range": nd, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": nd, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": nd, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": a, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-38.scss b/app/assets/stylesheets/admin/firefox-38.scss deleted file mode 100644 index 7d0817b..0000000 --- a/app/assets/stylesheets/admin/firefox-38.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 38.0 (approximately 0.05% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 38.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": n, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": nd, - "font-unicode-range": nd, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": y, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": nd, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": nd, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": a, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-39.scss b/app/assets/stylesheets/admin/firefox-39.scss deleted file mode 100644 index 2b77ee1..0000000 --- a/app/assets/stylesheets/admin/firefox-39.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 39.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 39.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": nd, - "font-unicode-range": nd, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": y, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": a, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": nd, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": a, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-4.scss b/app/assets/stylesheets/admin/firefox-4.scss deleted file mode 100644 index 2eacacb..0000000 --- a/app/assets/stylesheets/admin/firefox-4.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 4.0 (approximately 0.0% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 4.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": a, - "audio": a, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "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, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": ax, - "css-animation": n, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "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": ax, - "online-status": a, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": p, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": p, - "script-defer": y, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": yx, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": yx, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "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": n, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": a, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": n, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-40.scss b/app/assets/stylesheets/admin/firefox-40.scss deleted file mode 100644 index c678ea5..0000000 --- a/app/assets/stylesheets/admin/firefox-40.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 40.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 40.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": nd, - "font-unicode-range": nd, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": y, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": a, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": nd, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": a, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-41.scss b/app/assets/stylesheets/admin/firefox-41.scss deleted file mode 100644 index f40c6eb..0000000 --- a/app/assets/stylesheets/admin/firefox-41.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 41.0 (approximately 0.03% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 41.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": nd, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": y, - "font-unicode-range": nd, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": y, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": y, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": y, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": a, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": a, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-42.scss b/app/assets/stylesheets/admin/firefox-42.scss deleted file mode 100644 index 446f2e8..0000000 --- a/app/assets/stylesheets/admin/firefox-42.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 42.0 (approximately 0.03% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 42.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": y, - "font-unicode-range": nd, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": y, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": y, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": y, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": a, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": a, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-43.scss b/app/assets/stylesheets/admin/firefox-43.scss deleted file mode 100644 index 8afcd86..0000000 --- a/app/assets/stylesheets/admin/firefox-43.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 43.0 (approximately 0.07% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 43.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": y, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": nd, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": y, - "font-unicode-range": nd, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": y, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": y, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": y, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": a, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": y, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": a, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-44.scss b/app/assets/stylesheets/admin/firefox-44.scss deleted file mode 100644 index e8521e5..0000000 --- a/app/assets/stylesheets/admin/firefox-44.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 44.0 (approximately 0.03% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 44.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": y, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": y, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": y, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": y, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": y, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": a, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": y, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": y, - "template-literals": y, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-45.scss b/app/assets/stylesheets/admin/firefox-45.scss deleted file mode 100644 index ac29548..0000000 --- a/app/assets/stylesheets/admin/firefox-45.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 45.0 (approximately 0.18% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 45.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": y, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": nd, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": y, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": y, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": y, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": y, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": a, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": y, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": y, - "template-literals": y, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-46.scss b/app/assets/stylesheets/admin/firefox-46.scss deleted file mode 100644 index 8c018a2..0000000 --- a/app/assets/stylesheets/admin/firefox-46.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 46.0 (approximately 0.04% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 46.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": y, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": y, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": y, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": y, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": y, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": a, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": y, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": y, - "template-literals": y, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": n, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-47.scss b/app/assets/stylesheets/admin/firefox-47.scss deleted file mode 100644 index c1f9af7..0000000 --- a/app/assets/stylesheets/admin/firefox-47.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 47.0 (approximately 0.16% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 47.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": y, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": nd, - "text-stroke": n, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": y, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": y, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": y, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": y, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": a, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": y, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": y, - "template-literals": y, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": nd, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-48.scss b/app/assets/stylesheets/admin/firefox-48.scss deleted file mode 100644 index 1386f10..0000000 --- a/app/assets/stylesheets/admin/firefox-48.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 48.0 (approximately 0.18% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 48.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": y, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": nd, - "text-stroke": nd, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": y, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": y, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": y, - "css-crisp-edges": yx, - "css-text-align-last": yx, - "css-logical-props": y, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": a, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": y, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": y, - "template-literals": y, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": yx, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": nd, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-49.scss b/app/assets/stylesheets/admin/firefox-49.scss deleted file mode 100644 index 2201e93..0000000 --- a/app/assets/stylesheets/admin/firefox-49.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 49.0 (approximately 0.11% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 49.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": y, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": y, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": y, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": y, - "css-crisp-edges": yx, - "css-text-align-last": y, - "css-logical-props": y, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": a, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": y, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": y, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": y, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": y, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": nd, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": y, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-5.scss b/app/assets/stylesheets/admin/firefox-5.scss deleted file mode 100644 index 9901a54..0000000 --- a/app/assets/stylesheets/admin/firefox-5.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 5.0 (approximately 0.0% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 5.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": a, - "audio": a, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "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, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "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": ax, - "online-status": a, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": p, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": p, - "script-defer": y, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": yx, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "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": n, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": a, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": n, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-50.scss b/app/assets/stylesheets/admin/firefox-50.scss deleted file mode 100644 index 189dda8..0000000 --- a/app/assets/stylesheets/admin/firefox-50.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 50.0 (approximately 0.16% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 50.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": y, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": y, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": y, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": y, - "css-crisp-edges": yx, - "css-text-align-last": y, - "css-logical-props": y, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": a, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": y, - "custom-elementsv1": p, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": y, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": nd, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": y, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-51.scss b/app/assets/stylesheets/admin/firefox-51.scss deleted file mode 100644 index 8f6ee80..0000000 --- a/app/assets/stylesheets/admin/firefox-51.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 51.0 (approximately 2.21% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 51.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": y, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": y, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": y, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": y, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": yx, - "css-text-align-last": y, - "css-logical-props": y, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": a, - "input-minlength": y, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": y, - "custom-elementsv1": p, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": y, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": y, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": nd, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": y, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-52.scss b/app/assets/stylesheets/admin/firefox-52.scss deleted file mode 100644 index 03979aa..0000000 --- a/app/assets/stylesheets/admin/firefox-52.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 52.0 (approximately 2.79% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 52.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": y, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": u, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": y, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": y, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": y, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": u, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": y, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": yx, - "css-text-align-last": y, - "css-logical-props": y, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": a, - "input-minlength": y, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": y, - "custom-elementsv1": p, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": u, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": u, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": y, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": u, - "credential-management": n, - "css-dir-pseudo": y, - "css-focus-within": y, - "dom-manip-convenience": y, - "requestidlecallback": y, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": u, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": y, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": nd, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": nd, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": y, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-53.scss b/app/assets/stylesheets/admin/firefox-53.scss deleted file mode 100644 index 61ca139..0000000 --- a/app/assets/stylesheets/admin/firefox-53.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 53.0 (approximately 0.1% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 53.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": y, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": u, - "css-reflections": n, - "css-masks": y, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": y, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": yx, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": y, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": y, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": nd, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": u, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": y, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": y, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": yx, - "css-text-align-last": y, - "css-logical-props": y, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": a, - "input-minlength": y, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": y, - "custom-elementsv1": p, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": u, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": u, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": y, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": u, - "credential-management": n, - "css-dir-pseudo": y, - "css-focus-within": y, - "dom-manip-convenience": y, - "requestidlecallback": y, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": u, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": y, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": nd, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": nd, - "css-marker-pseudo": n, - "url": y, - "flow-root": y, - "css-rrggbbaa": y, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-54.scss b/app/assets/stylesheets/admin/firefox-54.scss deleted file mode 100644 index 1296b85..0000000 --- a/app/assets/stylesheets/admin/firefox-54.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 54.0 (approximately 0.0% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 54.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": y, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": u, - "css-reflections": n, - "css-masks": y, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": y, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": nd, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": yx, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": y, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": y, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": nd, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": u, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": y, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": y, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": yx, - "css-text-align-last": y, - "css-logical-props": y, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": a, - "input-minlength": y, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": y, - "custom-elementsv1": p, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": u, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": u, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": y, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": u, - "credential-management": n, - "css-dir-pseudo": y, - "css-focus-within": y, - "dom-manip-convenience": y, - "requestidlecallback": y, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": u, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": y, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": nd, - "es6-class": y, - "ping": nd, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": nd, - "css-marker-pseudo": n, - "url": y, - "flow-root": y, - "css-rrggbbaa": y, - "beforeafterprint": y, - "webvr": nd, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-55.scss b/app/assets/stylesheets/admin/firefox-55.scss deleted file mode 100644 index e3d8a8c..0000000 --- a/app/assets/stylesheets/admin/firefox-55.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 55.0 (approximately 0.0% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 55.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": y, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": u, - "css-reflections": n, - "css-masks": y, - "console-basic": y, - "svg": y, - "svg-css": y, - "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": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": y, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": nd, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": yx, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": y, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": y, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": nd, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": a, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": u, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": y, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": y, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": a, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": yx, - "css-text-align-last": y, - "css-logical-props": y, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": a, - "input-minlength": y, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": y, - "custom-elementsv1": p, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": u, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": u, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": y, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": u, - "credential-management": n, - "css-dir-pseudo": y, - "css-focus-within": y, - "dom-manip-convenience": y, - "requestidlecallback": y, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": u, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": nd, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": y, - "css-paged-media": a, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": nd, - "es6-class": y, - "ping": nd, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": nd, - "css-marker-pseudo": n, - "url": y, - "flow-root": y, - "css-rrggbbaa": y, - "beforeafterprint": y, - "webvr": nd, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-6.scss b/app/assets/stylesheets/admin/firefox-6.scss deleted file mode 100644 index 58254ee..0000000 --- a/app/assets/stylesheets/admin/firefox-6.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 6.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 6.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": a, - "audio": a, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "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, - "devicepixelratio": n, - "transforms3d": n, - "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, - "console-basic": y, - "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": ax, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": ax, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": p, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "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": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": yx, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "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": n, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": a, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-7.scss b/app/assets/stylesheets/admin/firefox-7.scss deleted file mode 100644 index 8b5f5bd..0000000 --- a/app/assets/stylesheets/admin/firefox-7.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 7.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 7.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": a, - "audio": a, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "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, - "devicepixelratio": n, - "transforms3d": n, - "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, - "console-basic": y, - "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": ax, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": ax, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "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": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": yx, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "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": n, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": a, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-8.scss b/app/assets/stylesheets/admin/firefox-8.scss deleted file mode 100644 index 4ea17ac..0000000 --- a/app/assets/stylesheets/admin/firefox-8.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 8.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 8.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": a, - "audio": a, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "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, - "devicepixelratio": n, - "transforms3d": n, - "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, - "console-basic": y, - "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": ax, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": ax, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "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": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": yx, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "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": n, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": a, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/firefox-9.scss b/app/assets/stylesheets/admin/firefox-9.scss deleted file mode 100644 index 72c2ab3..0000000 --- a/app/assets/stylesheets/admin/firefox-9.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Firefox 9.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 9.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": a, - "audio": a, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "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, - "devicepixelratio": n, - "transforms3d": n, - "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, - "console-basic": y, - "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": ax, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": ax, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "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": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": yx, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": 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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "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": a, - "css-media-resolution": a, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": n, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": nd, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ie-10.scss b/app/assets/stylesheets/admin/ie-10.scss deleted file mode 100644 index 31ad0af..0000000 --- a/app/assets/stylesheets/admin/ie-10.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: IE 10.0 (approximately 0.21% of all users) - * - */ - -$browser: ie; -$browser_prefix: ms; -$browser_version: 10.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": a, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": y, - "woff": y, - "multibackgrounds": y, - "border-image": n, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": a, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": a, - "online-status": y, - "eventsource": n, - "x-doc-messaging": a, - "sni": y, - "datauri": a, - "wav": n, - "mathml": n, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": n, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": p, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": n, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": p, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": a, - "css-grid": ax, - "menu": n, - "css-zoom": y, - "rem": a, - "ttf": a, - "touch": p, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": y, - "filereader": a, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": a, - "deviceorientation": n, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": ax, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": yx, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": a, - "contentsecuritypolicy": a, - "pagevisibility": y, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": ax, - "user-select-none": yx, - "input-file-accept": y, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": y, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": p, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": n, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": y, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": yx, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": a, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": a, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": ax, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": y, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": a, - "font-variant-alternates": n, - "form-attribute": n, - "es5": y, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": n, - "const": n, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": a, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": y, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": a, - "css-scrollbar": a, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": nd, - "tls1-1": nd, - "input-inputmode": n, - "ch-unit": a, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": n, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ie-11.scss b/app/assets/stylesheets/admin/ie-11.scss deleted file mode 100644 index a8e3906..0000000 --- a/app/assets/stylesheets/admin/ie-11.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: IE 11.0 (approximately 3.43% of all users) - * - */ - -$browser: ie; -$browser_prefix: ms; -$browser_version: 11.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": a, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": y, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": a, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": a, - "online-status": y, - "eventsource": n, - "x-doc-messaging": a, - "sni": y, - "datauri": a, - "wav": n, - "mathml": n, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": n, - "wai-aria": a, - "geolocation": y, - "flexbox": a, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": a, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": p, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": ax, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": a, - "touch": p, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": a, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": ax, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": yx, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": a, - "contentsecuritypolicy": a, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": y, - "user-select-none": yx, - "input-file-accept": y, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": n, - "cryptography": ax, - "template": n, - "opus": n, - "jpegxr": y, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": n, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": y, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": yx, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": a, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": a, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": ax, - "input-minlength": n, - "css-media-interaction": n, - "ime": yx, - "font-smooth": n, - "audiotracks": y, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": a, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": a, - "font-variant-alternates": n, - "form-attribute": n, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": n, - "const": y, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": n, - "asmjs": n, - "lazyload": y, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": a, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": y, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": a, - "css-scrollbar": a, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": a, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": n, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": a -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ie-5.5.scss b/app/assets/stylesheets/admin/ie-5.5.scss deleted file mode 100644 index 626c767..0000000 --- a/app/assets/stylesheets/admin/ie-5.5.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: IE 5.5 (approximately 0.01% of all users) - * - */ - -$browser: ie; -$browser_prefix: ms; -$browser_version: 5.5; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": n, - "apng": n, - "video": n, - "audio": n, - "contenteditable": y, - "dragndrop": a, - "internationalization": n, - "queryselector": n, - "getelementsbyclassname": n, - "forms": n, - "html5semantic": n, - "css-line-clamp": n, - "offline-apps": n, - "webworkers": n, - "fontface": a, - "eot": n, - "woff": n, - "multibackgrounds": n, - "border-image": n, - "background-img-opts": n, - "css-table": n, - "css-gencontent": n, - "css-fixed": n, - "beacon": n, - "hashchange": p, - "css-sel2": n, - "css-sel3": n, - "css-textshadow": n, - "css-boxshadow": n, - "css3-colors": n, - "css3-boxsizing": p, - "css-mediaqueries": p, - "multicolumn": n, - "border-radius": n, - "transforms2d": n, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": n, - "svg-css": n, - "svg-smil": n, - "svg-fonts": n, - "svg-filters": n, - "svg-html": n, - "svg-html5": n, - "canvas": n, - "canvas-text": n, - "namevalue-storage": n, - "sql-storage": n, - "indexeddb": n, - "online-status": n, - "eventsource": n, - "x-doc-messaging": n, - "sni": n, - "datauri": n, - "wav": n, - "mathml": n, - "css-featurequeries": n, - "xhtml": n, - "xhtmlsmil": n, - "wai-aria": n, - "geolocation": n, - "flexbox": n, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": n, - "ruby": a, - "css-opacity": a, - "form-validation": n, - "history": n, - "json": n, - "classlist": p, - "text-overflow": n, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": p, - "details": n, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": a, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": n, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": n, - "ttf": n, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": a, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": n, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": n, - "mp3": n, - "word-break": y, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": n, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": n, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": n, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": n, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": n, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": a, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": n, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": n, - "fieldset-disabled": u, - "font-variant-alternates": n, - "form-attribute": n, - "es5": n, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": y, - "const": n, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": u, - "css-unset-value": n, - "insertadjacenthtml": u, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": a, - "customevent": n, - "textcontent": n, - "addeventlistener": n, - "dispatchevent": u, - "documenthead": n, - "innertext": u, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": u, - "proxy": n, - "keyboardevent-which": n, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": n, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": u, - "css-scrollbar": a, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": n, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": n, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": n, - "indeterminate-checkbox": u, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": u, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": a, - "mutation-events": n, - "web-app-manifest": n, - "comparedocumentposition": n, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": u, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": n, - "css-namespaces": n, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ie-6.scss b/app/assets/stylesheets/admin/ie-6.scss deleted file mode 100644 index 0704e3b..0000000 --- a/app/assets/stylesheets/admin/ie-6.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: IE 6.0 (approximately 0.02% of all users) - * - */ - -$browser: ie; -$browser_prefix: ms; -$browser_version: 6.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": p, - "apng": n, - "video": n, - "audio": n, - "contenteditable": y, - "dragndrop": a, - "internationalization": n, - "queryselector": p, - "getelementsbyclassname": p, - "forms": p, - "html5semantic": p, - "css-line-clamp": n, - "offline-apps": p, - "webworkers": p, - "fontface": a, - "eot": y, - "woff": n, - "multibackgrounds": n, - "border-image": n, - "background-img-opts": n, - "css-table": n, - "css-gencontent": n, - "css-fixed": p, - "beacon": n, - "hashchange": p, - "css-sel2": p, - "css-sel3": p, - "css-textshadow": n, - "css-boxshadow": n, - "css3-colors": n, - "css3-boxsizing": p, - "css-mediaqueries": p, - "multicolumn": n, - "border-radius": n, - "transforms2d": p, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": p, - "svg-css": n, - "svg-smil": p, - "svg-fonts": p, - "svg-filters": n, - "svg-html": n, - "svg-html5": p, - "canvas": p, - "canvas-text": p, - "namevalue-storage": p, - "sql-storage": n, - "indexeddb": n, - "online-status": n, - "eventsource": n, - "x-doc-messaging": n, - "sni": n, - "datauri": n, - "wav": n, - "mathml": p, - "css-featurequeries": n, - "xhtml": n, - "xhtmlsmil": a, - "wai-aria": n, - "geolocation": p, - "flexbox": n, - "webgl": p, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": p, - "ruby": a, - "css-opacity": a, - "form-validation": n, - "history": n, - "json": n, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": p, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": a, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": n, - "ttf": n, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": a, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": n, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": n, - "mp3": n, - "word-break": y, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": n, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": n, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": n, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": n, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": a, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": n, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": n, - "fieldset-disabled": a, - "font-variant-alternates": n, - "form-attribute": n, - "es5": n, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": n, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": a, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": a, - "customevent": n, - "textcontent": n, - "addeventlistener": n, - "dispatchevent": n, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": n, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": n, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": u, - "css-scrollbar": a, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": n, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": n, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": n, - "indeterminate-checkbox": y, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": a, - "mutation-events": n, - "web-app-manifest": n, - "comparedocumentposition": n, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": n, - "css-namespaces": n, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ie-7.scss b/app/assets/stylesheets/admin/ie-7.scss deleted file mode 100644 index 783d124..0000000 --- a/app/assets/stylesheets/admin/ie-7.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: IE 7.0 (approximately 0.02% of all users) - * - */ - -$browser: ie; -$browser_prefix: ms; -$browser_version: 7.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": n, - "audio": n, - "contenteditable": y, - "dragndrop": a, - "internationalization": n, - "queryselector": p, - "getelementsbyclassname": p, - "forms": p, - "html5semantic": p, - "css-line-clamp": n, - "offline-apps": p, - "webworkers": p, - "fontface": a, - "eot": y, - "woff": n, - "multibackgrounds": n, - "border-image": n, - "background-img-opts": n, - "css-table": n, - "css-gencontent": n, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": a, - "css-textshadow": n, - "css-boxshadow": n, - "css3-colors": n, - "css3-boxsizing": p, - "css-mediaqueries": p, - "multicolumn": n, - "border-radius": n, - "transforms2d": p, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": p, - "svg-css": n, - "svg-smil": p, - "svg-fonts": p, - "svg-filters": n, - "svg-html": n, - "svg-html5": p, - "canvas": p, - "canvas-text": p, - "namevalue-storage": p, - "sql-storage": n, - "indexeddb": n, - "online-status": n, - "eventsource": n, - "x-doc-messaging": n, - "sni": a, - "datauri": n, - "wav": n, - "mathml": p, - "css-featurequeries": n, - "xhtml": n, - "xhtmlsmil": a, - "wai-aria": n, - "geolocation": p, - "flexbox": n, - "webgl": p, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": p, - "ruby": a, - "css-opacity": a, - "form-validation": n, - "history": n, - "json": n, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": a, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": n, - "ttf": n, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": a, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": n, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": n, - "mp3": n, - "word-break": y, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": n, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": n, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": n, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": n, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": a, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": n, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": n, - "fieldset-disabled": a, - "font-variant-alternates": n, - "form-attribute": n, - "es5": n, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": n, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": a, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": a, - "customevent": n, - "textcontent": n, - "addeventlistener": n, - "dispatchevent": n, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": n, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": n, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": u, - "css-scrollbar": a, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": n, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": n, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": n, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": a, - "mutation-events": n, - "web-app-manifest": n, - "comparedocumentposition": n, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": n, - "css-namespaces": n, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ie-8.scss b/app/assets/stylesheets/admin/ie-8.scss deleted file mode 100644 index 0fb70a9..0000000 --- a/app/assets/stylesheets/admin/ie-8.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: IE 8.0 (approximately 0.36% of all users) - * - */ - -$browser: ie; -$browser_prefix: ms; -$browser_version: 8.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": n, - "audio": n, - "contenteditable": y, - "dragndrop": a, - "internationalization": n, - "queryselector": a, - "getelementsbyclassname": p, - "forms": p, - "html5semantic": p, - "css-line-clamp": n, - "offline-apps": p, - "webworkers": p, - "fontface": a, - "eot": y, - "woff": n, - "multibackgrounds": n, - "border-image": n, - "background-img-opts": n, - "css-table": y, - "css-gencontent": a, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": a, - "css-textshadow": n, - "css-boxshadow": n, - "css3-colors": n, - "css3-boxsizing": y, - "css-mediaqueries": p, - "multicolumn": n, - "border-radius": n, - "transforms2d": p, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": a, - "svg": p, - "svg-css": n, - "svg-smil": p, - "svg-fonts": p, - "svg-filters": n, - "svg-html": n, - "svg-html5": p, - "canvas": p, - "canvas-text": p, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": n, - "online-status": a, - "eventsource": n, - "x-doc-messaging": a, - "sni": a, - "datauri": a, - "wav": n, - "mathml": p, - "css-featurequeries": n, - "xhtml": n, - "xhtmlsmil": a, - "wai-aria": a, - "geolocation": p, - "flexbox": n, - "webgl": p, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": p, - "ruby": a, - "css-opacity": a, - "form-validation": n, - "history": n, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": n, - "ttf": n, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": a, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": n, - "mp3": n, - "word-break": y, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": n, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": n, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": n, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": a, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": n, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": n, - "fieldset-disabled": a, - "font-variant-alternates": n, - "form-attribute": n, - "es5": n, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": n, - "const": n, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": a, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": a, - "customevent": n, - "textcontent": n, - "addeventlistener": n, - "dispatchevent": n, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": n, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": n, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": a, - "css-scrollbar": a, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": n, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": nd, - "tls1-1": nd, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": n, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": n, - "css-first-line": a, - "mutation-events": n, - "web-app-manifest": n, - "comparedocumentposition": n, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": n, - "css-namespaces": n, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ie-9.scss b/app/assets/stylesheets/admin/ie-9.scss deleted file mode 100644 index 8e5c281..0000000 --- a/app/assets/stylesheets/admin/ie-9.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: IE 9.0 (approximately 0.23% of all users) - * - */ - -$browser: ie; -$browser_prefix: ms; -$browser_version: 9.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": a, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": p, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": n, - "webworkers": p, - "fontface": y, - "eot": y, - "woff": y, - "multibackgrounds": y, - "border-image": n, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": n, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": n, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": a, - "svg": y, - "svg-css": y, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": n, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": n, - "online-status": y, - "eventsource": n, - "x-doc-messaging": a, - "sni": y, - "datauri": a, - "wav": n, - "mathml": n, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": n, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": p, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": a, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": n, - "history": n, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": p, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": a, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": a, - "ttf": a, - "touch": n, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": a, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": a, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": y, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": p, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": n, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": a, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": a, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": n, - "fieldset-disabled": a, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": n, - "const": n, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": a, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": a, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": a, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": a, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": a, - "css-scrollbar": a, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": nd, - "tls1-1": nd, - "input-inputmode": n, - "ch-unit": a, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": y, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": a, - "document-evaluate-xpath": n, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ie_mob-10.scss b/app/assets/stylesheets/admin/ie_mob-10.scss deleted file mode 100644 index acc9002..0000000 --- a/app/assets/stylesheets/admin/ie_mob-10.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: IE Mobile 10.0 (approximately 0.08% of all users) - * - */ - -$browser: ie_mob; -$browser_prefix: ms; -$browser_version: 10.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": n, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": a, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": y, - "font-feature": n, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": y, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": y, - "svg-html": n, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": a, - "online-status": y, - "eventsource": n, - "x-doc-messaging": a, - "sni": y, - "datauri": a, - "wav": n, - "mathml": n, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": n, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": p, - "fileapi": n, - "shadowdom": n, - "websockets": y, - "hidden": n, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": p, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": a, - "css-grid": ax, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": a, - "touch": p, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": a, - "deviceorientation": n, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": ax, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": yx, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": a, - "contentsecuritypolicy": a, - "pagevisibility": y, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": ax, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": y, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": p, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": y, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": y, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": yx, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": a, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": a, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": y, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": n, - "es5": y, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": n, - "const": n, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": ax, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": y, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": a, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": nd, - "tls1-1": nd, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": u, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": n, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ie_mob-11.scss b/app/assets/stylesheets/admin/ie_mob-11.scss deleted file mode 100644 index c33090b..0000000 --- a/app/assets/stylesheets/admin/ie_mob-11.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: IE Mobile 11.0 (approximately 0.35% of all users) - * - */ - -$browser: ie_mob; -$browser_prefix: ms; -$browser_version: 11.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": a, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": y, - "font-feature": n, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": y, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": y, - "svg-html": n, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": a, - "online-status": y, - "eventsource": n, - "x-doc-messaging": a, - "sni": y, - "datauri": a, - "wav": n, - "mathml": n, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": n, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": p, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": y, - "css-grid": ax, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": a, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": a, - "deviceorientation": y, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": ax, - "spellcheck-attribute": a, - "fullscreen": ax, - "css-exclusions": yx, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": a, - "contentsecuritypolicy": a, - "pagevisibility": y, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": y, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": n, - "cryptography": ax, - "template": n, - "opus": n, - "jpegxr": y, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": y, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": y, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": a, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": yx, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": a, - "xml-serializer": y, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": a, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": yx, - "font-smooth": n, - "audiotracks": y, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": a, - "font-variant-alternates": n, - "form-attribute": n, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": n, - "const": y, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": n, - "asmjs": n, - "lazyload": y, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": ax, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": y, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": a, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": y, - "indeterminate-checkbox": y, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": u, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": n, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ios_saf-10.0-10.2.scss b/app/assets/stylesheets/admin/ios_saf-10.0-10.2.scss deleted file mode 100644 index d3605a7..0000000 --- a/app/assets/stylesheets/admin/ios_saf-10.0-10.2.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: iOS Safari 10.0 (approximately 8.68% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 10.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": yx, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": a, - "document-execcommand": y, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": yx, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": y, - "css-sticky": yx, - "dialog": n, - "css-variables": y, - "vibration": n, - "css-backgroundblendmode": a, - "css-mixblendmode": a, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": n, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": yx, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": a, - "picture": y, - "woff2": y, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": n, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": a, - "autofocus": n, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": y, - "font-unicode-range": y, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": a, - "css-media-resolution": ax, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": a, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": ax, - "input-minlength": n, - "css-media-interaction": y, - "ime": n, - "font-smooth": n, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": y, - "permissions-api": n, - "http2": y, - "font-kerning": yx, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": a, - "css-filter-function": y, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": y, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": y, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": y, - "focusin-focusout-events": y, - "css-matches-pseudo": y, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": ax, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": y, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": a, - "payment-request": n, - "shadowdomv1": a, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": y, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": y, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": y, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": nd, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ios_saf-10.3.scss b/app/assets/stylesheets/admin/ios_saf-10.3.scss deleted file mode 100644 index 43b4ba6..0000000 --- a/app/assets/stylesheets/admin/ios_saf-10.3.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: iOS Safari 10.3 (approximately 0.25% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 10.3; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": yx, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": y, - "css-grid": y, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": a, - "document-execcommand": y, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": yx, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": n, - "css-placeholder": y, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": y, - "css-sticky": yx, - "dialog": n, - "css-variables": y, - "vibration": n, - "css-backgroundblendmode": a, - "css-mixblendmode": a, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": n, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": a, - "picture": y, - "woff2": y, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": n, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": a, - "autofocus": n, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": a, - "css-media-resolution": ax, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": ax, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": n, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": y, - "permissions-api": n, - "http2": y, - "font-kerning": yx, - "jpeg2000": y, - "upgradeinsecurerequests": y, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": a, - "css-filter-function": y, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": y, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": a, - "css-in-out-of-range": y, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": y, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": y, - "focusin-focusout-events": y, - "css-matches-pseudo": y, - "rel-noopener": y, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": ax, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": y, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": y, - "dom-manip-convenience": y, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": a, - "payment-request": n, - "shadowdomv1": a, - "urlsearchparams": y, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": y, - "es6-module": y, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": y, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": y, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ios_saf-3.2.scss b/app/assets/stylesheets/admin/ios_saf-3.2.scss deleted file mode 100644 index fc435ad..0000000 --- a/app/assets/stylesheets/admin/ios_saf-3.2.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: iOS Safari 3.2 (approximately 0.0% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 3.2; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": n, - "contenteditable": n, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": n, - "fontface": a, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": n, - "beacon": n, - "hashchange": n, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": ax, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": yx, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": a, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": a, - "svg-fonts": y, - "svg-filters": n, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": u, - "eventsource": n, - "x-doc-messaging": y, - "sni": n, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": n, - "json": n, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": ax, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": n, - "touch": y, - "matchesselector": n, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": a, - "getboundingclientrect": u, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": u, - "iframe-seamless": n, - "css-image-orientation": a, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": u, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": n, - "currentcolor": u, - "input-pattern": u, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": u, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": u, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": u, - "const": a, - "css-all": n, - "css-initial-value": u, - "css-letter-spacing": u, - "css-unset-value": n, - "insertadjacenthtml": u, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": u, - "customevent": u, - "textcontent": u, - "addeventlistener": y, - "dispatchevent": u, - "documenthead": u, - "innertext": u, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": u, - "proxy": n, - "keyboardevent-which": u, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": u, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": u, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ios_saf-4.0-4.1.scss b/app/assets/stylesheets/admin/ios_saf-4.0-4.1.scss deleted file mode 100644 index ad334ad..0000000 --- a/app/assets/stylesheets/admin/ios_saf-4.0-4.1.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: iOS Safari 4.0 (approximately 0.0% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 4.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": n, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": n, - "fontface": a, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": n, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": yx, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": a, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": a, - "svg-fonts": y, - "svg-filters": n, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": u, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": a, - "history": n, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": n, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": u, - "iframe-seamless": n, - "css-image-orientation": a, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": n, - "currentcolor": y, - "input-pattern": u, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": u, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": u, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": u, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": u, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": u, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": u, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ios_saf-4.2-4.3.scss b/app/assets/stylesheets/admin/ios_saf-4.2-4.3.scss deleted file mode 100644 index 3eda847..0000000 --- a/app/assets/stylesheets/admin/ios_saf-4.2-4.3.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: iOS Safari 4.2 (approximately 0.0% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 4.2; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": n, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": n, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": n, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": yx, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": a, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": a, - "svg-fonts": y, - "svg-filters": n, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": a, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": a, - "history": a, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": a, - "deviceorientation": a, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": u, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "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": a, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": n, - "currentcolor": y, - "input-pattern": u, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": u, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": u, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": u, - "customevent": u, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": u, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": u, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ios_saf-5.0-5.1.scss b/app/assets/stylesheets/admin/ios_saf-5.0-5.1.scss deleted file mode 100644 index 2df1c24..0000000 --- a/app/assets/stylesheets/admin/ios_saf-5.0-5.1.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: iOS Safari 5.0 (approximately 0.0% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 5.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": a, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": a, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": a, - "svg-fonts": y, - "svg-filters": n, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": a, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": y, - "input-datetime": a, - "document-execcommand": u, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": a, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "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": a, - "picture": n, - "woff2": n, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ios_saf-6.0-6.1.scss b/app/assets/stylesheets/admin/ios_saf-6.0-6.1.scss deleted file mode 100644 index a031d75..0000000 --- a/app/assets/stylesheets/admin/ios_saf-6.0-6.1.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: iOS Safari 6.0 (approximately 0.0% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 6.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": a, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": a, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": n, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": y, - "matchmedia": y, - "input-datetime": a, - "document-execcommand": u, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": yx, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": yx, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "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": a, - "picture": n, - "woff2": n, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": yx, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ios_saf-7.0-7.1.scss b/app/assets/stylesheets/admin/ios_saf-7.0-7.1.scss deleted file mode 100644 index f60ba91..0000000 --- a/app/assets/stylesheets/admin/ios_saf-7.0-7.1.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: iOS Safari 7.0 (approximately 0.09% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 7.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": a, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": n, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": n, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": a, - "document-execcommand": y, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": p, - "css-sticky": yx, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": y, - "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": a, - "picture": n, - "woff2": n, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": n, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": a, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ios_saf-8.1-8.4.scss b/app/assets/stylesheets/admin/ios_saf-8.1-8.4.scss deleted file mode 100644 index 3633590..0000000 --- a/app/assets/stylesheets/admin/ios_saf-8.1-8.4.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: iOS Safari 8.1 (approximately 0.12% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 8.1; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": n, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": a, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": a, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": n, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": a, - "document-execcommand": y, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": yx, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": y, - "css-sticky": yx, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": a, - "css-mixblendmode": a, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": n, - "srcset": a, - "ambient-light": n, - "will-change": n, - "css-shapes": yx, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": a, - "picture": n, - "woff2": n, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": n, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": a, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": a, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": nd, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ios_saf-8.scss b/app/assets/stylesheets/admin/ios_saf-8.scss deleted file mode 100644 index 74f86d7..0000000 --- a/app/assets/stylesheets/admin/ios_saf-8.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: iOS Safari 8.0 (approximately 0.0% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 8.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": n, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": a, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": a, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": a, - "document-execcommand": y, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": yx, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": y, - "css-sticky": yx, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": a, - "css-mixblendmode": a, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": n, - "srcset": a, - "ambient-light": n, - "will-change": n, - "css-shapes": yx, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": a, - "picture": n, - "woff2": n, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": n, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": a, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": a, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": nd, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ios_saf-9.0-9.2.scss b/app/assets/stylesheets/admin/ios_saf-9.0-9.2.scss deleted file mode 100644 index 8b42f5f..0000000 --- a/app/assets/stylesheets/admin/ios_saf-9.0-9.2.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: iOS Safari 9.0 (approximately 0.11% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 9.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": n, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": a, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": yx, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": a, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": a, - "document-execcommand": y, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": yx, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": y, - "css-sticky": yx, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": a, - "css-mixblendmode": a, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": n, - "srcset": y, - "ambient-light": n, - "will-change": n, - "css-shapes": yx, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": a, - "picture": n, - "woff2": n, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": n, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": a, - "css-media-resolution": ax, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": a, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": ax, - "input-minlength": n, - "css-media-interaction": y, - "ime": n, - "font-smooth": n, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": y, - "font-kerning": yx, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": a, - "css-filter-function": yx, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": y, - "focusin-focusout-events": y, - "css-matches-pseudo": y, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": ax, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": y, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": nd, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/ios_saf-9.3.scss b/app/assets/stylesheets/admin/ios_saf-9.3.scss deleted file mode 100644 index c454c68..0000000 --- a/app/assets/stylesheets/admin/ios_saf-9.3.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: iOS Safari 9.3 (approximately 0.77% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 9.3; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": a, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": yx, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": a, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": a, - "document-execcommand": y, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": yx, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": y, - "css-sticky": yx, - "dialog": n, - "css-variables": y, - "vibration": n, - "css-backgroundblendmode": a, - "css-mixblendmode": a, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": n, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": yx, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": a, - "picture": y, - "woff2": n, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": n, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": a, - "autofocus": n, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": a, - "css-media-resolution": ax, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": a, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": ax, - "input-minlength": n, - "css-media-interaction": y, - "ime": n, - "font-smooth": n, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": y, - "permissions-api": n, - "http2": y, - "font-kerning": yx, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": a, - "css-filter-function": yx, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": y, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": y, - "focusin-focusout-events": y, - "css-matches-pseudo": y, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": ax, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": y, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": nd, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/op_mini-all.scss b/app/assets/stylesheets/admin/op_mini-all.scss deleted file mode 100644 index 46b01a7..0000000 --- a/app/assets/stylesheets/admin/op_mini-all.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera Mini 0.0 (approximately 3.03% of all users) - * - */ - -$browser: op_mini; -$browser_prefix: o; -$browser_version: 0.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": n, - "audio": n, - "contenteditable": n, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": n, - "webworkers": n, - "fontface": n, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": n, - "beacon": n, - "hashchange": n, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": a, - "css-boxshadow": n, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": n, - "transforms2d": n, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": n, - "svg-fonts": n, - "svg-filters": y, - "svg-html": n, - "svg-html5": y, - "canvas": a, - "canvas-text": n, - "namevalue-storage": n, - "sql-storage": n, - "indexeddb": n, - "online-status": n, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": n, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": n, - "flexbox": y, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": a, - "history": n, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": n, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": n, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": y, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": y, - "outline": n, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": n, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": n, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": a, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": a, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": a, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": n, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": n, - "fieldset-disabled": a, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": n, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": n, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": n, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": n, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": n, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": n, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/op_mob-10.scss b/app/assets/stylesheets/admin/op_mob-10.scss deleted file mode 100644 index abad1b4..0000000 --- a/app/assets/stylesheets/admin/op_mob-10.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera Mobile 10.0 (approximately 0.0% of all users) - * - */ - -$browser: op_mob; -$browser_prefix: o; -$browser_version: 10.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": n, - "audio": n, - "contenteditable": n, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": n, - "webworkers": p, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": n, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": n, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": n, - "border-radius": n, - "transforms2d": n, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": u, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": p, - "namevalue-storage": n, - "sql-storage": n, - "indexeddb": n, - "online-status": n, - "eventsource": a, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": u, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": p, - "flexbox": n, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": n, - "json": y, - "classlist": p, - "text-overflow": yx, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": u, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": u, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": u, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": n, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": u, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": a, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": n, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": u, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/op_mob-11.1.scss b/app/assets/stylesheets/admin/op_mob-11.1.scss deleted file mode 100644 index 6aedca5..0000000 --- a/app/assets/stylesheets/admin/op_mob-11.1.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera Mobile 11.1 (approximately 0.0% of all users) - * - */ - -$browser: op_mob; -$browser_prefix: o; -$browser_version: 11.1; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": n, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": ax, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": yx, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": ax, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": n, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": u, - "css-placeholder": n, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": u, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": u, - "mediarecorder": n, - "readonly-attr": a, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/op_mob-11.5.scss b/app/assets/stylesheets/admin/op_mob-11.5.scss deleted file mode 100644 index 90a81ca..0000000 --- a/app/assets/stylesheets/admin/op_mob-11.5.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera Mobile 11.5 (approximately 0.0% of all users) - * - */ - -$browser: op_mob; -$browser_prefix: o; -$browser_version: 11.5; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": n, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": ax, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": yx, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": ax, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": n, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": u, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": a, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/op_mob-11.scss b/app/assets/stylesheets/admin/op_mob-11.scss deleted file mode 100644 index bacdadd..0000000 --- a/app/assets/stylesheets/admin/op_mob-11.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera Mobile 11.0 (approximately 0.0% of all users) - * - */ - -$browser: op_mob; -$browser_prefix: o; -$browser_version: 11.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": n, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": n, - "border-radius": y, - "transforms2d": y, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": a, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": a, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": n, - "json": y, - "classlist": p, - "text-overflow": yx, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": y, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": n, - "input-file-accept": n, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": u, - "css-placeholder": n, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": u, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": u, - "mediarecorder": n, - "readonly-attr": a, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/op_mob-12.1.scss b/app/assets/stylesheets/admin/op_mob-12.1.scss deleted file mode 100644 index 381e7b4..0000000 --- a/app/assets/stylesheets/admin/op_mob-12.1.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera Mobile 12.1 (approximately 0.0% of all users) - * - */ - -$browser: op_mob; -$browser_prefix: o; -$browser_version: 12.1; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": n, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": y, - "deviceorientation": y, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": y, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": n, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": u, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": a, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": y, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": a, - "x-frame-options": a, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": y, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/op_mob-12.scss b/app/assets/stylesheets/admin/op_mob-12.scss deleted file mode 100644 index af136ac..0000000 --- a/app/assets/stylesheets/admin/op_mob-12.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera Mobile 12.0 (approximately 0.0% of all users) - * - */ - -$browser: op_mob; -$browser_prefix: o; -$browser_version: 12.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": n, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": yx, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": y, - "deviceorientation": y, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": n, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": u, - "keyboardevent-key": u, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": u, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": a, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": u, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": y, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/op_mob-37.scss b/app/assets/stylesheets/admin/op_mob-37.scss deleted file mode 100644 index f003ea5..0000000 --- a/app/assets/stylesheets/admin/op_mob-37.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera Mobile 37.0 (approximately 0.02% of all users) - * - */ - -$browser: op_mob; -$browser_prefix: webkit; -$browser_version: 37.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": n, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": ax, - "stream": ax, - "svg-img": y, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": a, - "css-mixblendmode": y, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": n, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": y, - "setimmediate": n, - "es6-number": y, - "maxlength": a, - "proxy": y, - "keyboardevent-which": a, - "keyboardevent-charcode": n, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": n, - "subresource-integrity": y, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": y, - "template-literals": y, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": u, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": n, - "css-paged-media": n, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": y, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-10.0-10.1.scss b/app/assets/stylesheets/admin/opera-10.0-10.1.scss deleted file mode 100644 index 15baa69..0000000 --- a/app/assets/stylesheets/admin/opera-10.0-10.1.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 10.0 (approximately 0.02% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 10.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": n, - "audio": a, - "contenteditable": y, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": p, - "webworkers": p, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": n, - "border-image": n, - "background-img-opts": ax, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": n, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": n, - "border-radius": n, - "transforms2d": n, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": p, - "namevalue-storage": n, - "sql-storage": n, - "indexeddb": n, - "online-status": n, - "eventsource": a, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": n, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": p, - "flexbox": n, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": n, - "json": n, - "classlist": p, - "text-overflow": yx, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": n, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": n, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": nd, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": a, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": n, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": u, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-10.5.scss b/app/assets/stylesheets/admin/opera-10.5.scss deleted file mode 100644 index f1acd36..0000000 --- a/app/assets/stylesheets/admin/opera-10.5.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 10.5 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 10.5; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": p, - "webworkers": p, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": n, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": a, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": p, - "flexbox": n, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": n, - "json": y, - "classlist": p, - "text-overflow": yx, - "webm": n, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": u, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": u, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": nd, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": u, - "mediarecorder": n, - "readonly-attr": a, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": n, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": u, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-10.6.scss b/app/assets/stylesheets/admin/opera-10.6.scss deleted file mode 100644 index 473b662..0000000 --- a/app/assets/stylesheets/admin/opera-10.6.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 10.6 (approximately 0.0% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 10.6; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": n, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": n, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": a, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": n, - "json": y, - "classlist": p, - "text-overflow": yx, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": y, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": nd, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": u, - "mediarecorder": n, - "readonly-attr": a, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": n, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-11.1.scss b/app/assets/stylesheets/admin/opera-11.1.scss deleted file mode 100644 index 4a9d032..0000000 --- a/app/assets/stylesheets/admin/opera-11.1.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 11.1 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 11.1; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": ax, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": n, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": n, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": n, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": a, - "spdy": n, - "css-repeating-gradients": ax, - "css-filters": n, - "getcomputedstyle": y, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": u, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": nd, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": u, - "mediarecorder": n, - "readonly-attr": a, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-11.5.scss b/app/assets/stylesheets/admin/opera-11.5.scss deleted file mode 100644 index 9dcbf8c..0000000 --- a/app/assets/stylesheets/admin/opera-11.5.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 11.5 (approximately 0.0% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 11.5; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": ax, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": n, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": n, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": ax, - "css-filters": n, - "getcomputedstyle": y, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": u, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": nd, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": u, - "mediarecorder": n, - "readonly-attr": a, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-11.6.scss b/app/assets/stylesheets/admin/opera-11.6.scss deleted file mode 100644 index 4356579..0000000 --- a/app/assets/stylesheets/admin/opera-11.6.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 11.6 (approximately 0.0% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 11.6; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": n, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": y, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": y, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": a, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": nd, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": a, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": y, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-11.scss b/app/assets/stylesheets/admin/opera-11.scss deleted file mode 100644 index ae36eaf..0000000 --- a/app/assets/stylesheets/admin/opera-11.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 11.0 (approximately 0.02% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 11.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": n, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": n, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": a, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": n, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": a, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": y, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": u, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": nd, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": u, - "mediarecorder": n, - "readonly-attr": a, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-12.1.scss b/app/assets/stylesheets/admin/opera-12.1.scss deleted file mode 100644 index 6c184b7..0000000 --- a/app/assets/stylesheets/admin/opera-12.1.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 12.1 (approximately 0.07% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 12.1; -$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": y, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": n, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": n, - "object-fit": yx, - "xhr2": y, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": y, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": y, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": a, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": n, - "getcomputedstyle": y, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": y, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": a, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": a, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": y, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-12.scss b/app/assets/stylesheets/admin/opera-12.scss deleted file mode 100644 index 3767502..0000000 --- a/app/assets/stylesheets/admin/opera-12.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 12.0 (approximately 0.0% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 12.0; -$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": y, - "html5semantic": a, - "css-line-clamp": n, - "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, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": y, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": y, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": u, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": y, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": u, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": u, - "keyboardevent-key": u, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": nd, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": a, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": y, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-15.scss b/app/assets/stylesheets/admin/opera-15.scss deleted file mode 100644 index 71a4d4e..0000000 --- a/app/assets/stylesheets/admin/opera-15.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 15.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 15.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": n, - "flexbox": yx, - "webgl": a, - "fileapi": a, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "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": y, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": a, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-16.scss b/app/assets/stylesheets/admin/opera-16.scss deleted file mode 100644 index ad2aa98..0000000 --- a/app/assets/stylesheets/admin/opera-16.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 16.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 16.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": a, - "fileapi": a, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "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": y, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": a, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": n, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-17.scss b/app/assets/stylesheets/admin/opera-17.scss deleted file mode 100644 index f939119..0000000 --- a/app/assets/stylesheets/admin/opera-17.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 17.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 17.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": a, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "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": y, - "custom-elements": nd, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-18.scss b/app/assets/stylesheets/admin/opera-18.scss deleted file mode 100644 index 37ff645..0000000 --- a/app/assets/stylesheets/admin/opera-18.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 18.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 18.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": a, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "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": y, - "custom-elements": nd, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-19.scss b/app/assets/stylesheets/admin/opera-19.scss deleted file mode 100644 index fdd9b0f..0000000 --- a/app/assets/stylesheets/admin/opera-19.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 19.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 19.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": a, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": a, - "css-sticky": n, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "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": y, - "custom-elements": nd, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-20.scss b/app/assets/stylesheets/admin/opera-20.scss deleted file mode 100644 index e3be741..0000000 --- a/app/assets/stylesheets/admin/opera-20.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 20.0 (approximately 0.0% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 20.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": a, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "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": y, - "custom-elements": y, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": u, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-21.scss b/app/assets/stylesheets/admin/opera-21.scss deleted file mode 100644 index c20f54d..0000000 --- a/app/assets/stylesheets/admin/opera-21.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 21.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 21.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": a, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "srcset": a, - "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": y, - "custom-elements": y, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": u, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-22.scss b/app/assets/stylesheets/admin/opera-22.scss deleted file mode 100644 index 1dbe425..0000000 --- a/app/assets/stylesheets/admin/opera-22.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 22.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 22.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": a, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "srcset": a, - "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": y, - "custom-elements": y, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": y, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": u, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-23.scss b/app/assets/stylesheets/admin/opera-23.scss deleted file mode 100644 index bf997eb..0000000 --- a/app/assets/stylesheets/admin/opera-23.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 23.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 23.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": a, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "srcset": a, - "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": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": y, - "font-unicode-range": y, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": n, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": a, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-24.scss b/app/assets/stylesheets/admin/opera-24.scss deleted file mode 100644 index 17f414d..0000000 --- a/app/assets/stylesheets/admin/opera-24.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 24.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 24.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": a, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "srcset": a, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": nd, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": n, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": u, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-25.scss b/app/assets/stylesheets/admin/opera-25.scss deleted file mode 100644 index eba74f8..0000000 --- a/app/assets/stylesheets/admin/opera-25.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 25.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 25.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": n, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-26.scss b/app/assets/stylesheets/admin/opera-26.scss deleted file mode 100644 index 6ffafd1..0000000 --- a/app/assets/stylesheets/admin/opera-26.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 26.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 26.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": n, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-27.scss b/app/assets/stylesheets/admin/opera-27.scss deleted file mode 100644 index 901ba8e..0000000 --- a/app/assets/stylesheets/admin/opera-27.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 27.0 (approximately 0.0% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 27.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": n, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": a, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": n, - "http2": n, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-28.scss b/app/assets/stylesheets/admin/opera-28.scss deleted file mode 100644 index aa220d6..0000000 --- a/app/assets/stylesheets/admin/opera-28.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 28.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 28.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": n, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": a, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": n, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": nd, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-29.scss b/app/assets/stylesheets/admin/opera-29.scss deleted file mode 100644 index f1cbcb2..0000000 --- a/app/assets/stylesheets/admin/opera-29.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 29.0 (approximately 0.0% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 29.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": n, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": nd, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": a, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-30.scss b/app/assets/stylesheets/admin/opera-30.scss deleted file mode 100644 index c582e18..0000000 --- a/app/assets/stylesheets/admin/opera-30.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 30.0 (approximately 0.0% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 30.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": nd, - "css-scroll-behavior": nd, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": a, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-31.scss b/app/assets/stylesheets/admin/opera-31.scss deleted file mode 100644 index 6c85c52..0000000 --- a/app/assets/stylesheets/admin/opera-31.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 31.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 31.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": nd, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": nd, - "css-scroll-behavior": nd, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": a, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-32.scss b/app/assets/stylesheets/admin/opera-32.scss deleted file mode 100644 index 21e44a4..0000000 --- a/app/assets/stylesheets/admin/opera-32.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 32.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 32.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": nd, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": nd, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": a, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-33.scss b/app/assets/stylesheets/admin/opera-33.scss deleted file mode 100644 index 1e469e3..0000000 --- a/app/assets/stylesheets/admin/opera-33.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 33.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 33.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": a, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": nd, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": nd, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": a, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-34.scss b/app/assets/stylesheets/admin/opera-34.scss deleted file mode 100644 index c5f333c..0000000 --- a/app/assets/stylesheets/admin/opera-34.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 34.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 34.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": nd, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": a, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-35.scss b/app/assets/stylesheets/admin/opera-35.scss deleted file mode 100644 index c204a6f..0000000 --- a/app/assets/stylesheets/admin/opera-35.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 35.0 (approximately 0.0% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 35.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": nd, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": nd, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": a, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-36.scss b/app/assets/stylesheets/admin/opera-36.scss deleted file mode 100644 index 8139446..0000000 --- a/app/assets/stylesheets/admin/opera-36.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 36.0 (approximately 0.03% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 36.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": nd, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-37.scss b/app/assets/stylesheets/admin/opera-37.scss deleted file mode 100644 index 2f34ceb..0000000 --- a/app/assets/stylesheets/admin/opera-37.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 37.0 (approximately 0.0% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 37.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": nd, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": u, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-38.scss b/app/assets/stylesheets/admin/opera-38.scss deleted file mode 100644 index fd95750..0000000 --- a/app/assets/stylesheets/admin/opera-38.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 38.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 38.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": u, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": nd, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": y, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": nd, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-39.scss b/app/assets/stylesheets/admin/opera-39.scss deleted file mode 100644 index 0c33fbc..0000000 --- a/app/assets/stylesheets/admin/opera-39.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 39.0 (approximately 0.0% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 39.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": nd, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": u, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": nd, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": y, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": nd, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": nd, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-40.scss b/app/assets/stylesheets/admin/opera-40.scss deleted file mode 100644 index 5c5643a..0000000 --- a/app/assets/stylesheets/admin/opera-40.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 40.0 (approximately 0.0% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 40.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": nd, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": n, - "css-in-out-of-range": y, - "push-api": u, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": nd, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": y, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": y, - "selection-api": y, - "payment-request": nd, - "shadowdomv1": y, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": nd, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": nd, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-41.scss b/app/assets/stylesheets/admin/opera-41.scss deleted file mode 100644 index 75b6276..0000000 --- a/app/assets/stylesheets/admin/opera-41.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 41.0 (approximately 0.0% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 41.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": y, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": nd, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": a, - "css-in-out-of-range": y, - "push-api": u, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": y, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": y, - "selection-api": y, - "payment-request": nd, - "shadowdomv1": y, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": nd, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": nd, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-42.scss b/app/assets/stylesheets/admin/opera-42.scss deleted file mode 100644 index 3d09156..0000000 --- a/app/assets/stylesheets/admin/opera-42.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 42.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 42.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": a, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": y, - "user-select-none": y, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": a, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": y, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": nd, - "shadowdomv1": y, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": nd, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": nd, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-43.scss b/app/assets/stylesheets/admin/opera-43.scss deleted file mode 100644 index d4f606a..0000000 --- a/app/assets/stylesheets/admin/opera-43.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 43.0 (approximately 0.56% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 43.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": a, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": y, - "user-select-none": y, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": nxd, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": y, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": a, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": y, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": y, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": y, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": nd, - "shadowdomv1": y, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": nd, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": nd, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": y, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-44.scss b/app/assets/stylesheets/admin/opera-44.scss deleted file mode 100644 index e58f882..0000000 --- a/app/assets/stylesheets/admin/opera-44.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 44.0 (approximately 0.05% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 44.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": a, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": y, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": y, - "user-select-none": y, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": y, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": y, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": a, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": y, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": y, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": y, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": nd, - "shadowdomv1": y, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": y, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": nd, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": y, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-45.scss b/app/assets/stylesheets/admin/opera-45.scss deleted file mode 100644 index 2175543..0000000 --- a/app/assets/stylesheets/admin/opera-45.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 45.0 (approximately 0.0% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 45.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": a, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": y, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": y, - "user-select-none": y, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": y, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": y, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": a, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": y, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": y, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": y, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": nd, - "shadowdomv1": y, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": y, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": y, - "css-rrggbbaa": nd, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": y, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-46.scss b/app/assets/stylesheets/admin/opera-46.scss deleted file mode 100644 index c6619d2..0000000 --- a/app/assets/stylesheets/admin/opera-46.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 46.0 (approximately 0.0% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 46.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": a, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": y, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": a, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": y, - "user-select-none": y, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": y, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": y, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": y, - "text-decoration": y, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": y, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "css-snappoints": n, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": y, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "custom-elementsv1": a, - "css-in-out-of-range": y, - "push-api": y, - "template-literals": y, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": y, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": y, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": y, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": y, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": y, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": y, - "css-containment": y, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": y, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": nd, - "shadowdomv1": y, - "urlsearchparams": y, - "css-font-rendering-controls": nd, - "wasm": y, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": n, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": y, - "css-marker-pseudo": n, - "url": y, - "flow-root": y, - "css-rrggbbaa": nd, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": nd, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": y, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-9.5-9.6.scss b/app/assets/stylesheets/admin/opera-9.5-9.6.scss deleted file mode 100644 index 8feaea0..0000000 --- a/app/assets/stylesheets/admin/opera-9.5-9.6.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 9.5 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 9.5; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": n, - "audio": a, - "contenteditable": y, - "dragndrop": p, - "internationalization": n, - "queryselector": p, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": n, - "webworkers": n, - "fontface": n, - "eot": n, - "woff": n, - "multibackgrounds": n, - "border-image": n, - "background-img-opts": n, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": n, - "css3-colors": a, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": n, - "border-radius": n, - "transforms2d": n, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": p, - "namevalue-storage": n, - "sql-storage": n, - "indexeddb": n, - "online-status": n, - "eventsource": a, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": n, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": n, - "flexbox": n, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": n, - "json": n, - "classlist": p, - "text-overflow": yx, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": n, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": n, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": u, - "input-color": n, - "input-number": y, - "getboundingclientrect": u, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": u, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": n, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": u, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": u, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": u, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": y, - "const": n, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": u, - "css-unset-value": n, - "insertadjacenthtml": u, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": u, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": u, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": n, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/opera-9.scss b/app/assets/stylesheets/admin/opera-9.scss deleted file mode 100644 index 5e0bcda..0000000 --- a/app/assets/stylesheets/admin/opera-9.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Opera 9.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 9.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": n, - "audio": n, - "contenteditable": y, - "dragndrop": p, - "internationalization": n, - "queryselector": p, - "getelementsbyclassname": n, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": n, - "webworkers": n, - "fontface": n, - "eot": n, - "woff": n, - "multibackgrounds": n, - "border-image": n, - "background-img-opts": n, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": n, - "css-textshadow": n, - "css-boxshadow": n, - "css3-colors": n, - "css3-boxsizing": n, - "css-mediaqueries": n, - "multicolumn": n, - "border-radius": n, - "transforms2d": n, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": n, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": p, - "namevalue-storage": n, - "sql-storage": n, - "indexeddb": n, - "online-status": n, - "eventsource": a, - "x-doc-messaging": n, - "sni": y, - "datauri": y, - "wav": n, - "mathml": n, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": n, - "flexbox": n, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": n, - "json": n, - "classlist": p, - "text-overflow": yx, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": n, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": n, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": u, - "input-color": n, - "input-number": y, - "getboundingclientrect": u, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": u, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": n, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": n, - "xml-serializer": u, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": u, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": n, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": n, - "fieldset-disabled": u, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": u, - "const": n, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": u, - "css-unset-value": n, - "insertadjacenthtml": u, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": u, - "addeventlistener": y, - "dispatchevent": u, - "documenthead": n, - "innertext": u, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": u, - "proxy": n, - "keyboardevent-which": u, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": u, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": n, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": u, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": a, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": a, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": n, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": u, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/safari-10.1.scss b/app/assets/stylesheets/admin/safari-10.1.scss deleted file mode 100644 index 459b091..0000000 --- a/app/assets/stylesheets/admin/safari-10.1.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Safari 10.1 (approximately 0.05% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 10.1; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": yx, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": y, - "css-grid": y, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": n, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": yx, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": y, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": yx, - "dialog": n, - "css-variables": y, - "vibration": n, - "css-backgroundblendmode": a, - "css-mixblendmode": a, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": n, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": a, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": ax, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": ax, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": y, - "permissions-api": n, - "http2": a, - "font-kerning": y, - "jpeg2000": y, - "upgradeinsecurerequests": y, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": y, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": y, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": a, - "css-in-out-of-range": y, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": y, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": y, - "focusin-focusout-events": y, - "css-matches-pseudo": y, - "rel-noopener": y, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "css-initial-letter": ax, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": y, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": y, - "dom-manip-convenience": y, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": n, - "shadowdomv1": a, - "urlsearchparams": y, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": y, - "es6-module": y, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": y, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": y, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/safari-10.scss b/app/assets/stylesheets/admin/safari-10.scss deleted file mode 100644 index a3ce626..0000000 --- a/app/assets/stylesheets/admin/safari-10.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Safari 10.0 (approximately 1.51% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 10.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": yx, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": n, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": yx, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": yx, - "dialog": n, - "css-variables": y, - "vibration": n, - "css-backgroundblendmode": a, - "css-mixblendmode": a, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": n, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": yx, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": a, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": y, - "font-unicode-range": y, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": ax, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": ax, - "input-minlength": n, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": y, - "permissions-api": n, - "http2": a, - "font-kerning": y, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": y, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": y, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": y, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": y, - "focusin-focusout-events": y, - "css-matches-pseudo": y, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": ax, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": y, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": y, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": n, - "shadowdomv1": a, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": y, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": y, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": y, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": nd, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/safari-3.1.scss b/app/assets/stylesheets/admin/safari-3.1.scss deleted file mode 100644 index 1520e4d..0000000 --- a/app/assets/stylesheets/admin/safari-3.1.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Safari 3.1 (approximately 0.0% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 3.1; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": n, - "audio": n, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": p, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": p, - "webworkers": p, - "fontface": n, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": n, - "css-textshadow": a, - "css-boxshadow": ax, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": a, - "multicolumn": ax, - "border-radius": yx, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": a, - "svg-css": n, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": n, - "svg-html": n, - "svg-html5": p, - "canvas": a, - "canvas-text": p, - "namevalue-storage": n, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": n, - "x-doc-messaging": n, - "sni": y, - "datauri": y, - "wav": n, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": p, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": n, - "json": n, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": u, - "input-color": n, - "input-number": n, - "getboundingclientrect": u, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": a, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": u, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": n, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": n, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": n, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": u, - "const": a, - "css-all": n, - "css-initial-value": u, - "css-letter-spacing": u, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": u, - "addeventlistener": y, - "dispatchevent": u, - "documenthead": n, - "innertext": u, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": u, - "proxy": n, - "keyboardevent-which": n, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": u, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/safari-3.2.scss b/app/assets/stylesheets/admin/safari-3.2.scss deleted file mode 100644 index 4d5f817..0000000 --- a/app/assets/stylesheets/admin/safari-3.2.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Safari 3.2 (approximately 0.01% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 3.2; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": n, - "audio": n, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": p, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": p, - "webworkers": p, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": a, - "css-boxshadow": ax, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": a, - "multicolumn": ax, - "border-radius": yx, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": p, - "svg-fonts": y, - "svg-filters": n, - "svg-html": n, - "svg-html5": p, - "canvas": a, - "canvas-text": p, - "namevalue-storage": n, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": n, - "x-doc-messaging": n, - "sni": y, - "datauri": y, - "wav": n, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": p, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": n, - "json": n, - "classlist": p, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": u, - "input-color": n, - "input-number": n, - "getboundingclientrect": u, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": a, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": u, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": n, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": n, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": n, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": n, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": n, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": u, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": u, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/safari-4.scss b/app/assets/stylesheets/admin/safari-4.scss deleted file mode 100644 index e9dee5e..0000000 --- a/app/assets/stylesheets/admin/safari-4.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Safari 4.0 (approximately 0.0% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 4.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": ax, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": yx, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": a, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": a, - "svg-fonts": y, - "svg-filters": n, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": p, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": n, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": u, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": a, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": n, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": n, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": n, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": u, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/safari-5.1.scss b/app/assets/stylesheets/admin/safari-5.1.scss deleted file mode 100644 index 413427c..0000000 --- a/app/assets/stylesheets/admin/safari-5.1.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Safari 5.1 (approximately 0.05% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 5.1; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": a, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": a, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": a, - "svg-fonts": y, - "svg-filters": n, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": a, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": a, - "deviceorientation": n, - "script-defer": y, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": u, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": a, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": n, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/safari-5.scss b/app/assets/stylesheets/admin/safari-5.scss deleted file mode 100644 index a305060..0000000 --- a/app/assets/stylesheets/admin/safari-5.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Safari 5.0 (approximately 0.04% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 5.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": yx, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": a, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": a, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": a, - "svg-fonts": y, - "svg-filters": n, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": a, - "hidden": n, - "script-async": a, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": a, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": y, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": u, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "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, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": p, - "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": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": n, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": u, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": u, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": u, - "customevent": u, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": u, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": u, - "proxy": n, - "keyboardevent-which": u, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": u, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": u, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": n, - "mediarecorder": n, - "readonly-attr": u, - "x-frame-options": u, - "indeterminate-checkbox": n, - "tabindex-attr": u, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": u, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": n, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": n, - "es6-module": n, - "es6-class": n, - "ping": n, - "form-submit-attributes": n, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/safari-6.1.scss b/app/assets/stylesheets/admin/safari-6.1.scss deleted file mode 100644 index ebbd809..0000000 --- a/app/assets/stylesheets/admin/safari-6.1.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Safari 6.1 (approximately 0.03% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 6.1; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": n, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": n, - "script-defer": y, - "nav-timing": n, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": yx, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "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": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": u -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/safari-6.scss b/app/assets/stylesheets/admin/safari-6.scss deleted file mode 100644 index 987f502..0000000 --- a/app/assets/stylesheets/admin/safari-6.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Safari 6.0 (approximately 0.0% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 6.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": a, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": yx, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": n, - "script-defer": y, - "nav-timing": n, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": yx, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "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": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": yx, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": u, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": u, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": n, - "tls1-1": n, - "input-inputmode": n, - "ch-unit": n, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": u, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": u, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": n, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": n -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/safari-7.1.scss b/app/assets/stylesheets/admin/safari-7.1.scss deleted file mode 100644 index e12fd50..0000000 --- a/app/assets/stylesheets/admin/safari-7.1.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Safari 7.1 (approximately 0.0% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 7.1; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": n, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": a, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": a, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": n, - "script-defer": y, - "nav-timing": n, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": yx, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": yx, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": a, - "css-mixblendmode": a, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": n, - "srcset": a, - "ambient-light": n, - "will-change": n, - "css-shapes": yx, - "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": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/safari-7.scss b/app/assets/stylesheets/admin/safari-7.scss deleted file mode 100644 index ce31f08..0000000 --- a/app/assets/stylesheets/admin/safari-7.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Safari 7.0 (approximately 0.02% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 7.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": n, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": n, - "script-defer": y, - "nav-timing": n, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": yx, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": y, - "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": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": n, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": n, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/safari-8.scss b/app/assets/stylesheets/admin/safari-8.scss deleted file mode 100644 index f570f33..0000000 --- a/app/assets/stylesheets/admin/safari-8.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Safari 8.0 (approximately 0.08% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 8.0; -$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, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": n, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": a, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": a, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": n, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": yx, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": yx, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": a, - "css-mixblendmode": a, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": n, - "srcset": a, - "ambient-light": n, - "will-change": n, - "css-shapes": yx, - "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": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": nd, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/safari-9.1.scss b/app/assets/stylesheets/admin/safari-9.1.scss deleted file mode 100644 index a739c06..0000000 --- a/app/assets/stylesheets/admin/safari-9.1.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Safari 9.1 (approximately 0.38% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 9.1; -$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, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": a, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": yx, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": a, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": n, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": yx, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": yx, - "dialog": n, - "css-variables": y, - "vibration": n, - "css-backgroundblendmode": a, - "css-mixblendmode": a, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": n, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": yx, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": ax, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": ax, - "input-minlength": n, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": a, - "font-kerning": y, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": y, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": y, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": y, - "focusin-focusout-events": y, - "css-matches-pseudo": y, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": ax, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": y, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": nd, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/safari-9.scss b/app/assets/stylesheets/admin/safari-9.scss deleted file mode 100644 index abd0391..0000000 --- a/app/assets/stylesheets/admin/safari-9.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Safari 9.0 (approximately 0.1% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 9.0; -$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, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": n, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": a, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": yx, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": a, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": n, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": yx, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": yx, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": a, - "css-mixblendmode": a, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": n, - "srcset": y, - "ambient-light": n, - "will-change": n, - "css-shapes": yx, - "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": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": ax, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": ax, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": ax, - "input-minlength": n, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": a, - "font-kerning": yx, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": yx, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": p, - "css-in-out-of-range": a, - "push-api": n, - "template-literals": n, - "flac": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": y, - "focusin-focusout-events": y, - "css-matches-pseudo": y, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "css-initial-letter": a, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": y, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": n, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": n, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": a, - "http-live-streaming": y, - "es6-module": n, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": nd, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/safari-TP.scss b/app/assets/stylesheets/admin/safari-TP.scss deleted file mode 100644 index e874f01..0000000 --- a/app/assets/stylesheets/admin/safari-TP.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Safari 0.0 (approximately 0.0% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 0.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": yx, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": y, - "chacha20-poly1305": n, - "inline-block": y, - "notifications": y, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": y, - "css-grid": y, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": n, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": a, - "cryptography": yx, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": y, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": yx, - "dialog": n, - "css-variables": y, - "vibration": n, - "css-backgroundblendmode": a, - "css-mixblendmode": a, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": a, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": ax, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": y, - "input-minlength": y, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": y, - "permissions-api": n, - "http2": a, - "font-kerning": y, - "jpeg2000": y, - "upgradeinsecurerequests": y, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": y, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": y, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": y, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": a, - "css-in-out-of-range": y, - "push-api": n, - "template-literals": y, - "flac": n, - "background-position-x-y": y, - "css-revert-value": y, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": y, - "focusin-focusout-events": y, - "css-matches-pseudo": y, - "rel-noopener": y, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": y, - "css-case-insensitive": y, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "css-initial-letter": ax, - "document-currentscript": y, - "css-descendant-gtgt": y, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": y, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": y, - "dom-manip-convenience": y, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": y, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": y, - "passive-event-listener": y, - "selection-api": y, - "payment-request": n, - "shadowdomv1": a, - "urlsearchparams": y, - "css-font-rendering-controls": n, - "wasm": y, - "css-paged-media": n, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": n, - "comparedocumentposition": y, - "http-live-streaming": y, - "es6-module": y, - "es6-class": y, - "ping": y, - "form-submit-attributes": y, - "async-functions": y, - "html-media-capture": n, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": y, - "beforeafterprint": n, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": y, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/admin/samsung-4.scss b/app/assets/stylesheets/admin/samsung-4.scss deleted file mode 100644 index 6d4f876..0000000 --- a/app/assets/stylesheets/admin/samsung-4.scss +++ /dev/null @@ -1,425 +0,0 @@ -/* - * ../admin - * Browser: Samsung Internet 4.0 (approximately 3.5% of all users) - * - */ - -$browser: samsung; -$browser_prefix: webkit; -$browser_version: 4.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": y, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": yx, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "chacha20-poly1305": y, - "inline-block": y, - "notifications": ax, - "stream": u, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": n, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": u, - "font-loading": y, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": n, - "background-attachment": n, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": n, - "videotracks": n, - "contentsecuritypolicy2": y, - "permissions-api": y, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": a, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": n, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "custom-elementsv1": n, - "css-in-out-of-range": a, - "push-api": y, - "template-literals": y, - "flac": y, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "css-initial-letter": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "same-site-cookie-attribute": n, - "css-has": n, - "css-not-sel-list": n, - "credential-management": n, - "css-dir-pseudo": n, - "css-focus-within": n, - "dom-manip-convenience": n, - "requestidlecallback": n, - "scrollintoviewifneeded": y, - "css3-attr": n, - "sdch": n, - "css-containment": n, - "tls1-2": y, - "tls1-1": y, - "input-inputmode": n, - "ch-unit": y, - "img-naturalwidth-naturalheight": y, - "filereadersync": y, - "mediarecorder": n, - "readonly-attr": y, - "x-frame-options": a, - "indeterminate-checkbox": y, - "tabindex-attr": u, - "textencoder": y, - "element-from-point": y, - "insert-adjacent": y, - "once-event-listener": n, - "passive-event-listener": n, - "selection-api": y, - "payment-request": n, - "shadowdomv1": n, - "urlsearchparams": n, - "css-font-rendering-controls": n, - "wasm": n, - "css-paged-media": y, - "childnode-remove": y, - "css-first-line": y, - "mutation-events": a, - "web-app-manifest": y, - "comparedocumentposition": y, - "http-live-streaming": y, - "es6-module": n, - "es6-class": n, - "ping": y, - "form-submit-attributes": y, - "async-functions": n, - "html-media-capture": y, - "css-text-indent": a, - "intersectionobserver": n, - "css-marker-pseudo": n, - "url": y, - "flow-root": n, - "css-rrggbbaa": n, - "beforeafterprint": u, - "webvr": n, - "css-apply-rule": n, - "css-hanging-punctuation": n, - "background-repeat-round-space": y, - "document-evaluate-xpath": y, - "css-namespaces": y, - "css-overflow-anchor": n, - "hardwareconcurrency": y, - "css-rebeccapurple": y -); - -@import "bumbleberry-settings"; -@import "../admin"; diff --git a/app/assets/stylesheets/bumbleberry-settings.json b/app/assets/stylesheets/bumbleberry-settings.json index 5a67c7c..8a08ee5 100644 --- a/app/assets/stylesheets/bumbleberry-settings.json +++ b/app/assets/stylesheets/bumbleberry-settings.json @@ -7,8 +7,8 @@ }, "development": { "safari": ["5", "5.1"], - "and_chr": ["57"], - "chrome": ["57"], + "and_chr": ["59"], + "chrome": ["59"], "edge": ["13"], "firefox": ["50"], "ie": ["11"], diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index fe1e025..80918fe 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -57,7 +57,7 @@ class ApplicationController < BaseController } @alt_lang_urls = {} - I18n.backend.enabled_locales.each do |locale| + I18n.backend.enabled_locales.sort.each do |locale| locale = locale.to_s @alt_lang_urls[locale] = view_context.url_for_locale(locale) # don't show the current locale end @@ -82,18 +82,6 @@ class ApplicationController < BaseController @is_policy_page = true end - # def self.set_host(host) - # @@test_host = host - # end - - # def self.set_location(location) - # @@test_location = location - # end - - # def self.get_location() - # @@test_location - # end - def js_error # send and email if this is production report = "A JavaScript error has occurred on #{params[:location]}" diff --git a/app/controllers/conference_administration_controller.rb b/app/controllers/conference_administration_controller.rb index 4c3e5a6..cbf4c29 100644 --- a/app/controllers/conference_administration_controller.rb +++ b/app/controllers/conference_administration_controller.rb @@ -122,6 +122,30 @@ class ConferenceAdministrationController < ApplicationController def administrate_payment_message end + def administrate_housing_info + end + + def administrate_workshop_info + end + + def administrate_schedule_info + end + + def administrate_travel_info + end + + def administrate_city_info + end + + def administrate_what_to_bring + end + + def administrate_volunteering_info + end + + def administrate_additional_details + end + def administrate_suggested_amounts end @@ -810,6 +834,78 @@ class ConferenceAdministrationController < ApplicationController return false end + def admin_update_housing_info + params[:housing_info].each do |locale, value| + @this_conference.set_column_for_locale(:housing_info, locale, html_value(value)) + end + @this_conference.save + set_success_message @admin_step + return false + end + + def admin_update_workshop_info + params[:workshop_info].each do |locale, value| + @this_conference.set_column_for_locale(:workshop_info, locale, html_value(value)) + end + @this_conference.save + set_success_message @admin_step + return false + end + + def admin_update_schedule_info + params[:schedule_info].each do |locale, value| + @this_conference.set_column_for_locale(:schedule_info, locale, html_value(value)) + end + @this_conference.save + set_success_message @admin_step + return false + end + + def admin_update_travel_info + params[:travel_info].each do |locale, value| + @this_conference.set_column_for_locale(:travel_info, locale, html_value(value)) + end + @this_conference.save + set_success_message @admin_step + return false + end + + def admin_update_city_info + params[:city_info].each do |locale, value| + @this_conference.set_column_for_locale(:city_info, locale, html_value(value)) + end + @this_conference.save + set_success_message @admin_step + return false + end + + def admin_update_what_to_bring + params[:what_to_bring].each do |locale, value| + @this_conference.set_column_for_locale(:what_to_bring, locale, html_value(value)) + end + @this_conference.save + set_success_message @admin_step + return false + end + + def admin_update_volunteering_info + params[:volunteering_info].each do |locale, value| + @this_conference.set_column_for_locale(:volunteering_info, locale, html_value(value)) + end + @this_conference.save + set_success_message @admin_step + return false + end + + def admin_update_additional_details + params[:additional_details].each do |locale, value| + @this_conference.set_column_for_locale(:additional_details, locale, html_value(value)) + end + @this_conference.save + set_success_message @admin_step + return false + end + def admin_update_poster begin @this_conference.poster = params[:poster] diff --git a/app/helpers/admin_helper.rb b/app/helpers/admin_helper.rb index c791c2f..3e8881f 100644 --- a/app/helpers/admin_helper.rb +++ b/app/helpers/admin_helper.rb @@ -2,12 +2,48 @@ module AdminHelper def administration_steps { - info: [:administrators, :dates, :description, :poster, :group_ride], - payment: [:payment_message, :suggested_amounts, :paypal], - registration: [:registration_status, :stats, :registrations, :broadcast], - housing: [:providers, :housing], - events: [:locations, :meals, :events], - schedule: [:workshop_times, :schedule, :publish_schedule] + info: [ + :administrators, + :dates, + :poster + ], + copy: [ + :description, + :group_ride, + :housing_info, + :workshop_info, + :payment_message, + :schedule_info, + :travel_info, + :city_info, + :what_to_bring, + :volunteering_info, + :additional_details + ], + payment: [ + :suggested_amounts, + :paypal + ], + registration: [ + :registration_status, + :stats, + :registrations, + :broadcast + ], + housing: [ + :providers, + :housing + ], + events: [ + :locations, + :meals, + :events + ], + schedule: [ + :workshop_times, + :schedule, + :publish_schedule + ] } end @@ -160,4 +196,15 @@ module AdminHelper return false end + + def copy_form(section) + return (columns(medium: 12) do + (admin_update_form do + (translate_textarea(section, @this_conference, label: "articles.conference_registration.headings.admin.edit.#{section}", help: "articles.conference_registration.paragraphs.admin.edit.#{section}").html_safe + + content_tag(:div, class: [:actions, :right]) do + (button :save, value: :save).html_safe + end).html_safe + end).html_safe + end).html_safe + end end diff --git a/app/views/application/home.html.haml b/app/views/application/home.html.haml index 6163328..cb268b3 100644 --- a/app/views/application/home.html.haml +++ b/app/views/application/home.html.haml @@ -3,4 +3,4 @@ = @conference.poster.full.url || image_path('default_poster.jpg') - if @conferences - @conferences.each do | conference | - = render 'conferences/conference', conference: conference, links: [ :read_more, :register ] + = render 'conferences/conference', conference: conference, links: [ :read_more, :register ], sections: @conference.front_page_details diff --git a/app/views/conference_administration/_additional_details.html.haml b/app/views/conference_administration/_additional_details.html.haml new file mode 100644 index 0000000..3d41aa4 --- /dev/null +++ b/app/views/conference_administration/_additional_details.html.haml @@ -0,0 +1 @@ += copy_form :additional_details \ No newline at end of file diff --git a/app/views/conference_administration/_city_info.html.haml b/app/views/conference_administration/_city_info.html.haml new file mode 100644 index 0000000..65fa890 --- /dev/null +++ b/app/views/conference_administration/_city_info.html.haml @@ -0,0 +1 @@ += copy_form :city_info \ No newline at end of file diff --git a/app/views/conference_administration/_group_ride.html.haml b/app/views/conference_administration/_group_ride.html.haml index 6868f06..d3a8773 100644 --- a/app/views/conference_administration/_group_ride.html.haml +++ b/app/views/conference_administration/_group_ride.html.haml @@ -1,5 +1,5 @@ = columns(medium: 12) do = admin_update_form do - = translate_textarea :group_ride_info, @this_conference, label: 'articles.conference_registration.headings.admin.edit.group_ride', help: 'articles.conference_registration.paragraphs.admin.edit.group_ride', edit_on: :focus + = translate_textarea :group_ride_info, @this_conference, label: 'articles.conference_registration.headings.admin.edit.group_ride', help: 'articles.conference_registration.paragraphs.admin.edit.group_ride' .actions.right = button :save, value: :save diff --git a/app/views/conference_administration/_housing_info.html.haml b/app/views/conference_administration/_housing_info.html.haml new file mode 100644 index 0000000..18c2f45 --- /dev/null +++ b/app/views/conference_administration/_housing_info.html.haml @@ -0,0 +1 @@ += copy_form :housing_info \ No newline at end of file diff --git a/app/views/conference_administration/_schedule_info.html.haml b/app/views/conference_administration/_schedule_info.html.haml new file mode 100644 index 0000000..0221c7b --- /dev/null +++ b/app/views/conference_administration/_schedule_info.html.haml @@ -0,0 +1 @@ += copy_form :schedule_info \ No newline at end of file diff --git a/app/views/conference_administration/_travel_info.html.haml b/app/views/conference_administration/_travel_info.html.haml new file mode 100644 index 0000000..4a3c693 --- /dev/null +++ b/app/views/conference_administration/_travel_info.html.haml @@ -0,0 +1 @@ += copy_form :travel_info \ No newline at end of file diff --git a/app/views/conference_administration/_volunteering_info.html.haml b/app/views/conference_administration/_volunteering_info.html.haml new file mode 100644 index 0000000..cc51db8 --- /dev/null +++ b/app/views/conference_administration/_volunteering_info.html.haml @@ -0,0 +1 @@ += copy_form :volunteering_info \ No newline at end of file diff --git a/app/views/conference_administration/_what_to_bring.html.haml b/app/views/conference_administration/_what_to_bring.html.haml new file mode 100644 index 0000000..55af8e0 --- /dev/null +++ b/app/views/conference_administration/_what_to_bring.html.haml @@ -0,0 +1 @@ += copy_form :what_to_bring \ No newline at end of file diff --git a/app/views/conference_administration/_workshop_info.html.haml b/app/views/conference_administration/_workshop_info.html.haml new file mode 100644 index 0000000..5544632 --- /dev/null +++ b/app/views/conference_administration/_workshop_info.html.haml @@ -0,0 +1 @@ += copy_form :workshop_info \ No newline at end of file diff --git a/app/views/conferences/_conference.html.haml b/app/views/conferences/_conference.html.haml index f1378fb..4b70938 100644 --- a/app/views/conferences/_conference.html.haml +++ b/app/views/conferences/_conference.html.haml @@ -16,6 +16,11 @@ = columns(medium: 10, push: {medium: 1}) do %h2=_!conference.title if conference.poster.present? = richtext conference.info + - conference.extended_details.each do |section| + - if sections.include?(section) && conference.copy_data[section][:show] + %h3=(_ conference.copy_data[section][:heading], vars: conference.copy_data[section][:vars]) unless conference.copy_data[section][:heading] == false + = richtext conference.copy_data[section][:value] + - if conference.registration_status == :open && sections.include?(:workshops) - if conference.workshop_schedule_published - add_inline_script :home_schedule diff --git a/app/views/conferences/show.html.haml b/app/views/conferences/show.html.haml deleted file mode 100644 index cf4ad75..0000000 --- a/app/views/conferences/show.html.haml +++ /dev/null @@ -1,34 +0,0 @@ -- location = @conference.organizations.first.locations.first -- location_name = location.city + ', ' + (location.territory ? Carmen::Country.coded(location.country).subregions.coded(location.territory).name : location.country) - -- title @conference.title -- description "#{@conference.title} conference in #{location_name} for DIY bicycle collectives, co-ops, and advocacy groups" -= render 'header' -%article.row - .columns.large-10 - - if @register_step - %h2='Conference Registration' - - if @actions - = form_tag (@conference.url + '/register/').gsub(/\/\/+/, '/'), :method => :post, :multipart => @multipart do - = hidden_field_tag :step, @register_step - - if @error_message - .columns.medium-8.medium-centered - %p.error=@error_message - = render @register_template - .columns= form_actions @actions - - else - = render @register_template - - else - %h2=('About '+@conference.title) - =p @conference, :info - - if @conference.registration_open - .columns.small-12.centered - %a.button.register-now{href: @conference.url(:register)} - =_'conference.Register_Now' - - -- content_for :side_bar do - %h5= @conference.title+' is hosted by:' - %ul.preview-list.org-list.small-block-grid-2.large-block-grid-1 - - @conference.organizations.each do |organization| - %li=render 'organizations/preview', :organization => organization \ No newline at end of file diff --git a/app/views/conferences/view.html.haml b/app/views/conferences/view.html.haml index 4c7e5a4..72fa706 100644 --- a/app/views/conferences/view.html.haml +++ b/app/views/conferences/view.html.haml @@ -2,4 +2,4 @@ = @this_conference.poster.full.url || image_path('default_poster.jpg') - content_for :title do =@this_conference.title -= render 'conferences/conference', conference: @this_conference, links: @links, sections: [:info, :workshops] += render 'conferences/conference', conference: @this_conference, links: @links, sections: [:info] + @this_conference.extended_details + [:workshops] diff --git a/app/views/layouts/user_mailer.html.haml b/app/views/layouts/user_mailer.html.haml index 636540d..687f646 100644 --- a/app/views/layouts/user_mailer.html.haml +++ b/app/views/layouts/user_mailer.html.haml @@ -22,6 +22,6 @@ %td{style: 'width: 50%; text-align: left'} %img.image_fix{:src => ((Rails.env.development? || Rails.env.test? ? 'https://preview-en.bikebike.org' : @host) + image_url('bblogo-paypal'))} %td{style: 'width: 50%; text-align: left'} - %a{href: @host}=_!("© Bike!Bike! #{Date.today.year}") + %a{href: @host}=_!("© Bike!Bike! #{Date.today.year}").html_safe %tr %td{colspan: 2, style: 'height: 16px'}=' '.html_safe diff --git a/app/views/shared/_footer.html.haml b/app/views/shared/_footer.html.haml index 4858edb..7940b67 100644 --- a/app/views/shared/_footer.html.haml +++ b/app/views/shared/_footer.html.haml @@ -2,7 +2,7 @@ .external .facebook =_'links.footer.help_text.facebook', 'Join our facebook group' do |title| - %a{href: 'https://www.facebook.com/groups/648758205249998/', target: :_blank, title: title} + %a{href: "https://www.facebook.com/groups/648758205249998/", target: :_blank, title: title} = svg 'facebook', 'facebook logo' .github =_'links.footer.text.Help_contribute' do |title| diff --git a/config/environments/test.rb b/config/environments/test.rb index c15f59c..72221db 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -1,7 +1,7 @@ require 'lingua_franca/action_mailer' BikeBike::Application.configure do - # ActionMailer::DeliveryMethods.add_delivery_method(:lingua_franca, LinguaFranca::TestMailer) + ActionMailer::Base.add_delivery_method(:lingua_franca, LinguaFranca::TestMailer) # Settings specified here will take precedence over those in config/application.rb. # The test environment is used exclusively to run your application's @@ -33,16 +33,6 @@ BikeBike::Application.configure do # Tell Action Mailer not to deliver emails to the real world. # The :test delivery method accumulates sent emails in the # ActionMailer::Base.deliveries array. - config.action_mailer.smtp_settings = { - :address => 'mail.bikebike.org', - :domain => 'preview.bikebike.org', - :port => 587, - :authentication => :plain, - :enable_starttls_auto => true, - :openssl_verify_mode => 'none', - :user_name => 'info@preview.bikebike.org', - :password => 'test' - } config.action_mailer.raise_delivery_errors = true # config.action_mailer.perform_deliveries = true config.action_mailer.delivery_method = :lingua_franca diff --git a/config/locales/en.yml b/config/locales/en.yml index 2682cec..74bf774 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1235,6 +1235,14 @@ en: dates: Error updating dates description: Error saving your conference description group_ride: Error saving your group ride info + housing_info: Error saving Housing info + workshop_info: Error saving Workshop info + schedule_info: Error saving Schedule info + travel_info: Error saving Travel info + city_info: Error saving City info + what_to_bring: Error saving What to Bring + volunteering_info: Error saving Volunteering info + additional_details: Error saving Additional details poster: An error occurred uploading your conference poster payment_message: An error occurred saving your the payment message suggested_amounts: An error occurred saving your payment amounts @@ -1280,6 +1288,14 @@ en: description: Conference description updated successfully poster: Conference poster uploaded group_ride: Group ride info saved + housing_info: Housing info saved + workshop_info: Workshop info saved + schedule_info: Schedule info saved + travel_info: Travel info saved + city_info: City info saved + what_to_bring: What to Bring saved + volunteering_info: Volunteering info saved + additional_details: Additional details saved payment_message: Your payment message has been updated suggested_amounts: Your suggested payment amounts have been updated paypal: Your paypal information has been updated @@ -1331,6 +1347,15 @@ en: articles: conferences: headings: + workshop_info: Workshops and Discussions + housing_info: Housing Accommodations + group_ride_info: Group Ride + payment_message: Registration + schedule_info: Schedule + travel_info: Getting To %{city} + city_info: About %{city} + what_to_bring: What to Bring + volunteering_info: Volunteering conferences: National and Regional Conferences Conference_List: Conferences edit: Edit Conference @@ -1416,7 +1441,7 @@ en: providers: Housing Providers provider_distance: Distance from host city descriptions: - providers: Although most housing providers shuold be encouraged to supply + providers: Although most housing providers should be encouraged to supply their own details through the registration process, you can add and edit housing provider details manually here. provider_distance: Any registrant who enters their location in the same @@ -1467,9 +1492,7 @@ en: headings: dates: Conference Dates administrators: Administrators and Organizations - description: Description poster: Poster - group_ride: Group Ride Host_Organizations: Host Organizations External_Administrators: External Administrators description: These are the basic details about your conference that you will @@ -1477,9 +1500,7 @@ en: the site administrator to make the conference public. descriptions: dates: Set your conference start and end dates - description: Modify the text that is displayed on the front page poster: Upload your conference poster - group_ride: Will you be having a group ride before or after the conference? Describe it here. administrators: Set the conference host organizations and other members who have access to these administration tools Host_Organizations: Select all organizations from known organizations in @@ -1490,6 +1511,33 @@ en: contact a site administrator. External_Administrators: Users from outside of organizations in your city can be granted administration privledges here. + copy: + heading: Site Copy + description: Copy that is displayed in the front page, the details page, emails, and throughout registration. + headings: + description: Description + group_ride: Group Ride + payment_message: Payment Message + housing_info: Housing Info + workshop_info: Workshop Info + schedule_info: Schedule Details + city_info: City Details + travel_info: Travel Info + what_to_bring: What to bring + volunteering_info: Volunteering info + additional_details: Additional Details + descriptions: + description: Modify the text that is displayed on the front page + group_ride: Will you be having a group ride before or after the conference? Describe it here. + payment_message: Set the message that is displayed on the registration fee + housing_info: Let visitors know what to expect for housing + workshop_info: Let attendees know how workshops will work this year + schedule_info: Summarize your overall schedule of events, workshops, and rides + travel_info: Let visitors know how to get to your city and what international visitors may need to be prepared for + city_info: Describe your city, talk about things like saftey, laws, weather, and culture + what_to_bring: Let visitors know what to bring + volunteering_info: Let potential volunteers know what they can do and how they can help out + additional_details: Add any additional information not covered by other copy registration: heading: Registration headings: @@ -1521,13 +1569,9 @@ en: description: If you wish to collect dontaions and registration fees, you will need to confgure your payment details headings: - payment_message: Payment Message suggested_amounts: Suggested Payment Amounts paypal: PayPal Info descriptions: - payment_message: Set the message that is displayed on the registration fee - page. A default message will be supplied but if you wish to communicate - how funds will be used you may want to set a personal message. suggested_amounts: Enter up to five suggested payment amounts. Users will still be able to select any amount including none but these amounts will show up as easy to select buttons on the 'Donations' page. @@ -1741,9 +1785,17 @@ en: edit: info: Info group_ride: Group ride description + housing_info: Housing info + workshop_info: Workshop info + schedule_info: Schedule summary + travel_info: Travel info + city_info: City info + what_to_bring: What to bring + volunteering_info: Volunteering info + additional_details: Additional details companion: Companion paragraphs: - group_ride: There will be a group ride before the conference, do you plan to attend? + group_ride: There will be a group ride after or before the conference, do you plan to attend? registration_cancelled: You have cancelled your registration. If you reconsider, please re-open your registration using the button below but keep in mind that you may lose out of your housing or bike if you wait too long. hosting_other: Please enter any information you would like organizers to consider when selecting guests. If you have restrictions on guests that you would lke to stay at your home or if you have pets or other factors that might cause guests to be uncomfortable or not able to stay at your home, please list them here. hosting_info: Please fill out your house rules, contact instructions, and any other pertinent information about your home or neighbourhood. Your summary will only be visible to conference organizers and your guests. @@ -1882,6 +1934,14 @@ en: edit: info: This is the copy that is displayed on the front page of the site. group_ride: Describe your group ride. This info may be used on the conference description, emails, or on the registration form. + housing_info: Describe what visitors should expect for housing this year + workshop_info: Describe how workshops will be run this year and what facilitators should expect + schedule_info: Describe your schedule over the conference + travel_info: Let visitors know what to expect travelling to your city + city_info: Let visitors knw about your city, its culture, climate, crime, and any other details that should know about + what_to_bring: List what you expect visitors to bring. Common items include a bike helmet, lock, and eating utensils + volunteering_info: Let interested volunteers know how they can volunteer and what tey can do + additional_details: Let visitors know any additional information about your conference schedule: published: Your scheulde is currently published and viewable on the front-page. Un-publishing the schedule will remove it from the front-page and show diff --git a/db/schema.rb b/db/schema.rb index a15874c..83bf52f 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20170602051457) do +ActiveRecord::Schema.define(version: 20170609030149) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -184,6 +184,13 @@ ActiveRecord::Schema.define(version: 20170602051457) do t.boolean "is_featured" t.json "provider_conditions" t.text "group_ride_info" + t.text "housing_info" + t.text "workshop_info" + t.text "schedule_info" + t.text "city_info" + t.text "what_to_bring" + t.text "volunteering_info" + t.text "additional_details" end create_table "delayed_jobs", force: :cascade do |t|