diff --git a/css/fonts.less b/css/fonts.less new file mode 100644 index 0000000..e92a90b --- /dev/null +++ b/css/fonts.less @@ -0,0 +1,16 @@ +@font-face { + font-family: 'MozTT-Regular'; + src: url('fonts/MozTT-Regular.ttf'); +} +@font-face { + font-family: 'MozTT-Light'; + src: url('fonts/MozTT-Light.ttf'); +} +@font-face { + font-family: 'MozTT-Medium'; + src: url('fonts/MozTT-Medium.ttf'); +} +@font-face { + font-family: 'MozTT-Bold'; + src: url('fonts/MozTT-Bold.ttf'); +} diff --git a/css/fonts/MozTT-Bold.ttf b/css/fonts/MozTT-Bold.ttf new file mode 100644 index 0000000..8ad5fab Binary files /dev/null and b/css/fonts/MozTT-Bold.ttf differ diff --git a/css/fonts/MozTT-Light.ttf b/css/fonts/MozTT-Light.ttf new file mode 100644 index 0000000..0553c17 Binary files /dev/null and b/css/fonts/MozTT-Light.ttf differ diff --git a/css/fonts/MozTT-Medium.ttf b/css/fonts/MozTT-Medium.ttf new file mode 100644 index 0000000..91466be Binary files /dev/null and b/css/fonts/MozTT-Medium.ttf differ diff --git a/css/fonts/MozTT-Regular.ttf b/css/fonts/MozTT-Regular.ttf new file mode 100644 index 0000000..e74e0b2 Binary files /dev/null and b/css/fonts/MozTT-Regular.ttf differ diff --git a/css/imgs/bg_overlay_pressed_1.png b/css/imgs/bg_overlay_pressed_1.png new file mode 100644 index 0000000..753e953 Binary files /dev/null and b/css/imgs/bg_overlay_pressed_1.png differ diff --git a/css/imgs/bg_overlay_pressed_2.png b/css/imgs/bg_overlay_pressed_2.png new file mode 100644 index 0000000..8db4bbf Binary files /dev/null and b/css/imgs/bg_overlay_pressed_2.png differ diff --git a/css/imgs/div_line_lg_black.png b/css/imgs/div_line_lg_black.png new file mode 100644 index 0000000..2fd663e Binary files /dev/null and b/css/imgs/div_line_lg_black.png differ diff --git a/css/imgs/div_line_sm_black.png b/css/imgs/div_line_sm_black.png new file mode 100644 index 0000000..c1b4c09 Binary files /dev/null and b/css/imgs/div_line_sm_black.png differ diff --git a/css/imgs/download.png b/css/imgs/download.png new file mode 100644 index 0000000..897c9f2 Binary files /dev/null and b/css/imgs/download.png differ diff --git a/css/imgs/header_bg_black.png b/css/imgs/header_bg_black.png new file mode 100644 index 0000000..5670021 Binary files /dev/null and b/css/imgs/header_bg_black.png differ diff --git a/css/imgs/settings.png b/css/imgs/settings.png new file mode 100644 index 0000000..6792c46 Binary files /dev/null and b/css/imgs/settings.png differ diff --git a/css/main.less b/css/main.less index a6fcb61..75e4be2 100644 --- a/css/main.less +++ b/css/main.less @@ -1,6 +1,10 @@ +@import 'fonts'; + + html, body { margin: 0; font-size: 10px; + overflow: hidden; } *::-moz-focus-inner { @@ -10,37 +14,161 @@ html, body { outline: none; } +.hidden { + display: none; + visibility: none; +} + div#container { position: absolute; } canvas { - border: 1px solid gray; position: absolute; top: 0; left: 0; } +.separator { + display: block; + height: 4.8rem; + width: 0.1rem; + &.long { + background: url('imgs/div_line_lg_black.png'); + } + &.small { + background: url('imgs/div_line_sm_black.png'); + } + &.left { + float: left; + } + &.right { + float: right; + } + &.menu { + position: relative; + left: -3rem; + } +} + +.overlay { + z-index: 9999; + position: absolute; + left: 0; + top: 5.3rem;; +} + +button { + -moz-appearance: none; + z-index: 1; + position: relative; + border: none; +} + + + + header { width: 100%; - height: 5rem; - background: #4d4d4d; - background: -moz-linear-gradient(top, #4d4d4d 0%, #333333 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4d), color-stop(100%,#333333)); - background: -webkit-linear-gradient(top, #4d4d4d 0%,#333333 100%); - background: -o-linear-gradient(top, #4d4d4d 0%,#333333 100%); - background: -ms-linear-gradient(top, #4d4d4d 0%,#333333 100%); - background: linear-gradient(to bottom, #4d4d4d 0%,#333333 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#333333',GradientType=0 ); + height: 5.3rem; + background: url('imgs/header_bg_black.png'); - #menu { - width: 3rem; + button { + width: 5rem; height: 5rem; + } + + .menu { + background: url('imgs/menu.png') -12px center no-repeat; + float: left; + &:active { + background: url('imgs/menu.png') -12px center no-repeat, url('imgs/bg_overlay_pressed_1.png') left no-repeat; + } + } + + .save { + background: url('imgs/download.png') center center no-repeat; + float: right; + &:active { + background: url('imgs/download.png') center center no-repeat, url('imgs/bg_overlay_pressed_2.png') center center; + } + } + + #title { + color: white; + font-size: 11pt; + font-family: 'MozTT-Regular'; + float: left; + margin: 1.5rem 0; position: relative; - lefT: -0.9rem; - background: url('imgs/menu.png') center center no-repeat, darken(#4d4d4d, 10%); - -moz-appearance: none; - border: none; + left: -2rem; + } +} + + +#menu { + height: 100%; + width: 15rem; + background: #262626; + display: block; + position: absolute; + left: -15rem; + top: 5rem; + color: white; + font-family: 'MozTT-Light'; + font-size: 8pt; + + &.pulled { + left: 0; + } + + button[id^='set'], p { + background: none; + display: block; + width: 75%; + color: white; + text-align: left; + margin: 1rem 2.5rem; + font-family: 'MozTT-Light'; + font-size: 8pt; + padding: 0 0.6rem; + } + span { + float: right; + font-size: 7pt; + } + div[role='slider'] { + width: 60%; + float: right; + margin: 0 2rem 0 0; + + div { + overflow: visible; + button { + margin-top: -3.4rem; + left: 0%; + } + } + } + .icon-settings { + display: block; + margin: 1rem 0.5rem; + + &:before { + content: ''; + background: url('imgs/settings.png') center center no-repeat; + background-size: 2rem; + width: 2rem; + height: 2rem; + display: block; + float: left; + margin: -0.3rem 0.5rem 0 0; + } + } + + .options { + display: block; + margin-top: 1rem; } } diff --git a/css/seekbars.css b/css/seekbars.css new file mode 100644 index 0000000..4717d37 --- /dev/null +++ b/css/seekbars.css @@ -0,0 +1,80 @@ +/* ---------------------------------- +* Seekbars +* ---------------------------------- */ +div[role="slider"] { + position: relative; + height: 3.5rem; +} + +div[role="slider"] > div { + display: block; + padding: 0; + overflow-y: hidden; + position: relative; + height: 100%; +} + +div[role="slider"] progress { + width: 100%; + background: #000; + border: none; + height: 0.1rem; + display: block; + border-radius: 0; + margin-top: 1.9rem; +} + +div[role="slider"] progress::-moz-progress-bar { + background: #01c5ed; + height: 0.6rem; + margin-top: -0.3rem; + border-radius: 0; +} + +div[role="slider"] > label { + font-size: 1.5rem; + line-height: 3.8rem; + font-family: sans-serif; + color: #00aacb; + float: right; + padding: 0 0 0 1rem; + height: 3.5rem; + width: auto; +} + +div[role="slider"] label:first-of-type { + float: left; + padding: 0 1rem 0 0; +} + +div[role="slider"] > label.icon { + width: 3rem; + height: 3rem; + margin-top: 0.5rem; + font-size: 0; + background: no-repeat right top / 3rem auto; +} + +div[role="slider"] > label.icon:first-of-type { + background-position: top left; +} + +div[role="slider"] button { + width: 3.2rem; + height: 3.2rem; + background: url(seekbars/images/ui/handler.png) no-repeat center center / 3rem auto; + font: 0/0 a; + position: absolute; + top: 50%; + left: 0; + margin: -1.5rem 0 0 -1.6rem; + border-radius: 3.2rem; + border: solid 0.1rem transparent; + transition: border 0.15s ease; + padding: 0; + z-index: 10; +} + +div[role="slider"] button:active { + border: solid 0.5rem #01c5ed; +} diff --git a/css/seekbars/images/ui/handler.png b/css/seekbars/images/ui/handler.png new file mode 100644 index 0000000..246b7b4 Binary files /dev/null and b/css/seekbars/images/ui/handler.png differ diff --git a/css/seekbars/images/ui/handler@1.5x.png b/css/seekbars/images/ui/handler@1.5x.png new file mode 100644 index 0000000..26a5092 Binary files /dev/null and b/css/seekbars/images/ui/handler@1.5x.png differ diff --git a/css/seekbars/images/ui/handler@2x.png b/css/seekbars/images/ui/handler@2x.png new file mode 100644 index 0000000..9a69e77 Binary files /dev/null and b/css/seekbars/images/ui/handler@2x.png differ diff --git a/css/seekbars/seekbars.css b/css/seekbars/seekbars.css new file mode 100644 index 0000000..a92a477 --- /dev/null +++ b/css/seekbars/seekbars.css @@ -0,0 +1,79 @@ +/* ---------------------------------- +* Seekbars +* ---------------------------------- */ +div[role="slider"] { + position: relative; + height: 3.5rem; +} + +div[role="slider"] > div { + display: block; + overflow: hidden; + padding: 0; + position: relative; + height: 100%; +} + +div[role="slider"] progress { + width: 100%; + background: #000; + border: none; + height: 0.1rem; + display: block; + border-radius: 0; + margin-top: 1.9rem; +} + +div[role="slider"] progress::-moz-progress-bar { + background: #01c5ed; + height: 0.6rem; + margin-top: -0.3rem; + border-radius: 0; +} + +div[role="slider"] > label { + font-size: 1.5rem; + line-height: 3.8rem; + font-family: sans-serif; + color: #00aacb; + float: right; + padding: 0 0 0 1rem; + height: 3.5rem; + width: auto; +} + +div[role="slider"] label:first-of-type { + float: left; + padding: 0 1rem 0 0; +} + +div[role="slider"] > label.icon { + width: 3rem; + height: 3rem; + margin-top: 0.5rem; + font-size: 0; + background: no-repeat right top / 3rem auto; +} + +div[role="slider"] > label.icon:first-of-type { + background-position: top left; +} + +div[role="slider"] button { + width: 3.2rem; + height: 3.2rem; + background: url(seekbars/images/ui/handler.png) no-repeat center center / 3rem auto; + font: 0/0 a; + position: absolute; + top: 50%; + left: 0; + margin: -1.5rem 0 0 -1.6rem; + border-radius: 3.2rem; + border: solid 0.1rem transparent; + transition: border 0.15s ease; + padding: 0; +} + +div[role="slider"] button:active { + border: solid 0.5rem #01c5ed; +} diff --git a/css/switches.css b/css/switches.css new file mode 100644 index 0000000..9025a22 --- /dev/null +++ b/css/switches.css @@ -0,0 +1,94 @@ +/* ---------------------------------- + * CHECKBOXES / RADIOS + * ---------------------------------- */ + +label.pack-checkbox, +label.pack-radio, +label.pack-switch { + display: inline-block; + vertical-align: middle; + width: 5rem; + height: 5rem; + position: relative; + background: none; +} + +label.pack-checkbox input, +label.pack-radio input, +label.pack-switch input { + margin: 0; + opacity: 0; + position: absolute; + top: 0; + left: 0; +} + +label.pack-checkbox input ~ span:after, +label.pack-radio input ~ span:after { + content: ''; + position: absolute; + left: 50%; + top: 50%; + margin: -1.1rem 0 0 -1.1rem; + width: 2.2rem; + height: 2.2rem; + pointer-events: none; +} + +label.pack-checkbox input ~ span:after { + background: url(switches/images/check/default.png) no-repeat center top / 2.2rem auto; +} + +label.pack-radio input ~ span:after { + background: url(switches/images/radio/default.png) no-repeat center top / 2.2rem auto; +} + +label.pack-checkbox input:checked ~ span:after, +label.pack-radio input:checked ~ span:after, +label.pack-switch input:checked ~ span:after { + background-position: center bottom; +} + +/* 'Dangerous' switches */ + +label.pack-checkbox.danger input ~ span:after { + background-image: url(switches/images/check/danger.png); +} + +label.pack-radio.danger input ~ span:after { + background-image: url(switches/images/radio/danger.png); +} + + +/* ---------------------------------- + * ON/OFF SWITCHES + * ---------------------------------- */ + +label.pack-switch input ~ span:after { + content: ''; + position: absolute; + right: 0; + top: 50%; + width: 6rem; + margin: -1.4rem 0rem 0rem; + height: 2.7rem; + pointer-events: none; + border-radius: 1.35rem; + overflow: hidden; + background: #e6e6e6 url(switches/images/switch/background_off.png) no-repeat -3.2rem 0rem / 9.2rem 2.7rem; + transition: background 0.2s ease; +} + +/* switch: 'ON' state */ +label.pack-switch input:checked ~ span:after { + background: #e6e6e6 url(switches/images/switch/background.png) no-repeat 0rem 0rem / 9.2rem 2.7rem; +} + +/* switch: disabled state */ +label.pack-switch input:disabled ~ span:after { + opacity: 0.4; +} + +label.pack-switch input.uninit ~ span:after { + transition: none; +} diff --git a/css/switches/images/check/danger.png b/css/switches/images/check/danger.png new file mode 100644 index 0000000..ed1f267 Binary files /dev/null and b/css/switches/images/check/danger.png differ diff --git a/css/switches/images/check/danger@1.5x.png b/css/switches/images/check/danger@1.5x.png new file mode 100644 index 0000000..8d4b61d Binary files /dev/null and b/css/switches/images/check/danger@1.5x.png differ diff --git a/css/switches/images/check/danger@2x.png b/css/switches/images/check/danger@2x.png new file mode 100644 index 0000000..7befd67 Binary files /dev/null and b/css/switches/images/check/danger@2x.png differ diff --git a/css/switches/images/check/default.png b/css/switches/images/check/default.png new file mode 100644 index 0000000..9f188bb Binary files /dev/null and b/css/switches/images/check/default.png differ diff --git a/css/switches/images/check/default@1.5x.png b/css/switches/images/check/default@1.5x.png new file mode 100644 index 0000000..8c25cae Binary files /dev/null and b/css/switches/images/check/default@1.5x.png differ diff --git a/css/switches/images/check/default@2x.png b/css/switches/images/check/default@2x.png new file mode 100644 index 0000000..3e19692 Binary files /dev/null and b/css/switches/images/check/default@2x.png differ diff --git a/css/switches/images/radio/danger.png b/css/switches/images/radio/danger.png new file mode 100644 index 0000000..d285887 Binary files /dev/null and b/css/switches/images/radio/danger.png differ diff --git a/css/switches/images/radio/danger@1.5x.png b/css/switches/images/radio/danger@1.5x.png new file mode 100644 index 0000000..3b6a7d2 Binary files /dev/null and b/css/switches/images/radio/danger@1.5x.png differ diff --git a/css/switches/images/radio/danger@2x.png b/css/switches/images/radio/danger@2x.png new file mode 100644 index 0000000..812f9a3 Binary files /dev/null and b/css/switches/images/radio/danger@2x.png differ diff --git a/css/switches/images/radio/default.png b/css/switches/images/radio/default.png new file mode 100644 index 0000000..086d61a Binary files /dev/null and b/css/switches/images/radio/default.png differ diff --git a/css/switches/images/radio/default@1.5x.png b/css/switches/images/radio/default@1.5x.png new file mode 100644 index 0000000..27ead41 Binary files /dev/null and b/css/switches/images/radio/default@1.5x.png differ diff --git a/css/switches/images/radio/default@2x.png b/css/switches/images/radio/default@2x.png new file mode 100644 index 0000000..a93f80b Binary files /dev/null and b/css/switches/images/radio/default@2x.png differ diff --git a/css/switches/images/switch/background.png b/css/switches/images/switch/background.png new file mode 100644 index 0000000..99bfe33 Binary files /dev/null and b/css/switches/images/switch/background.png differ diff --git a/css/switches/images/switch/background@1.5x.png b/css/switches/images/switch/background@1.5x.png new file mode 100644 index 0000000..d1c2bd5 Binary files /dev/null and b/css/switches/images/switch/background@1.5x.png differ diff --git a/css/switches/images/switch/background_off.png b/css/switches/images/switch/background_off.png new file mode 100644 index 0000000..963a0d1 Binary files /dev/null and b/css/switches/images/switch/background_off.png differ diff --git a/css/switches/images/switch/background_off@1.5x.png b/css/switches/images/switch/background_off@1.5x.png new file mode 100644 index 0000000..c7bb7f5 Binary files /dev/null and b/css/switches/images/switch/background_off@1.5x.png differ diff --git a/css/value_selector.css b/css/value_selector.css new file mode 100644 index 0000000..aebc7a7 --- /dev/null +++ b/css/value_selector.css @@ -0,0 +1,203 @@ +/* ---------------------------------- + * Value selector (Single & Multiple) + * ---------------------------------- */ + +/* Main dialog setup */ +form[role="dialog"][data-type="value-selector"] { + background: url(value_selector/images/ui/pattern.png) repeat left top, url(value_selector/images/ui/gradient.png) no-repeat left top / 100% 100%; + overflow: hidden; + position: absolute; + z-index: 100; + top: 0; + left: 0; + right: 0; + bottom: 0; + padding: 0 0 7rem; + color: #fff; + font-family: sans-serif; +} + +form[role="dialog"][data-type="value-selector"] > section { + padding: 0 1.5rem 0; + -moz-box-sizing: padding-box; + width: 100%; + height: 100%; +} + +form[role="dialog"][data-type="value-selector"] h1 { + font-weight: 400; + font-size: 1.9rem; + line-height: 4.8rem; + color: #fff; + border-bottom: 0.1rem solid #616262; + background: rgba(0 ,0, 0, .2); + margin: 0 -1.5rem; + padding: 0 3rem 1rem; + height: 4.8rem; + -moz-box-sizing: border-box; +} + +/* Specific component code */ +form[role="dialog"][data-type="value-selector"] [role="listbox"] { + position: relative; + padding: 0; + margin: 0 -1.5rem; + max-height: calc(100% - 5rem); + overflow: auto; + border-top: solid 0.1rem #222323; +} + +form[role="dialog"][data-type="value-selector"] .scrollable:before { + content: ""; + display: block; + position: absolute; + pointer-events: none; + top: 4.8rem; + left: 0; + right: 0; + bottom: 6.9rem; + background: url(value_selector/images/ui/shadow.png) repeat-x left top, url(value_selector/images/ui/shadow-invert.png) repeat-x left bottom; +} + +form[role="dialog"][data-type="value-selector"] [role="listbox"] li { + margin: 0; + padding: 0 1.5rem; + height: auto; + list-style: none; + position: relative; + font-weight: lighter; + font-size: 2.2rem; + line-height: 3.9rem; + color: #fff; + transition: background-color 0.2s ease; +} + +form[role="dialog"][data-type="value-selector"] [role="listbox"] li:first-child label { + border-top-color: transparent; +} + +form[role="dialog"][data-type="value-selector"] [role="listbox"] li label { + outline: none; + display: block; + color: #fff; + border-top: 0.1rem solid #666; + border-bottom: 0.1rem solid #000; +} + +form[role="dialog"][data-type="value-selector"] [role="listbox"] li:last-child label { + border-bottom-color: transparent; +} + +form[role="dialog"][data-type="value-selector"] [role="listbox"] li label span { + display: block; + padding: 1rem 1.5rem; + line-height: 4rem; + word-wrap: break-word; +} + +/* Pressed status */ +form[role="dialog"][data-type="value-selector"] [role="listbox"] li:active { + background-color: #00ABCC; +} + +form[role="dialog"][data-type="value-selector"] [role="listbox"] li:active label { + border-color: transparent; +} + +form[role="dialog"][data-type="value-selector"] [role="listbox"] li:active + li label { + border-top-color: #000; +} + +form[role="dialog"][data-type="value-selector"] [role="listbox"] li:active label span { + color: #fff !important; + background-image: none; +} + +/* Checked status */ +form[role="dialog"][data-type="value-selector"] [role="listbox"] li[aria-selected="true"] span { + padding-right: 2.6rem; + margin-right: 1.2rem; + color: #00abcd; + background: transparent url(value_selector/images/icons/checked.png) no-repeat 100% 50%; + background-size: 2rem; +} + + +/* Menu & buttons setup */ +form[role="dialog"][data-type="value-selector"] menu { + white-space: nowrap; + margin: 0; + padding: 1.5rem; + border-top: solid 0.1rem rgba(255, 255, 255, 0.1); + background: #2d2d2d url(value_selector/images/ui/pattern.png) repeat left top; + display: block; + overflow: hidden; + position: absolute; + left: 0; + right: 0; + bottom: 0; +} + +form[role="dialog"][data-type="value-selector"] menu button::-moz-focus-inner { + border: none; + outline: none; +} + +form[role="dialog"][data-type="value-selector"] menu button { + width: calc((100% - 1rem) / 2); + height: 3.8rem; + margin: 0 0 1rem; + padding: 0 1.5rem; + -moz-box-sizing: border-box; + display: inline-block; + vertical-align: middle; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + background: #fafafa url(value_selector/images/ui/default.png) repeat-x left bottom/ auto 100%; + border: 0.1rem solid #a6a6a6; + border-radius: 0.3rem; + font-weight: 500; + font-size: 1.6rem; + line-height: 3.8rem; + color: #333; + text-align: center; + text-shadow: 0.1rem 0.1rem 0 rgba(255,255,255,0.3); + text-decoration: none; + outline: none; +} + +/* Press (default & affirmative) */ +form[role="dialog"][data-type="value-selector"] menu button:active, +form[role="dialog"][data-type="value-selector"] menu button.affirmative:active { + border-color: #008aaa; + background: #008aaa; + color: #333; +} + +/* affirmative */ +form[role="dialog"][data-type="value-selector"] menu button.affirmative { + background-image: url(value_selector/images/ui/affirmative.png); + background-color: #00caf2; + border-color: #008eab; +} + +form[role="dialog"][data-type="value-selector"] menu button:last-child { + margin-left: 1rem; +} + +form[role="dialog"][data-type="value-selector"] menu button, +form[role="dialog"][data-type="value-selector"] menu button:first-child { + margin: 0; +} + +form[role="dialog"][data-type="value-selector"] menu button.full { + width: 100%; +} + +/* Right to left tweaks */ +html[dir="rtl"] #value-selector li input:checked + span, +html[dir="rtl"] #value-selector li[aria-selected="true"] span { + padding-left: 2.6rem; + margin-left: 1.2rem; +} diff --git a/css/value_selector/images/icons/checked.png b/css/value_selector/images/icons/checked.png new file mode 100644 index 0000000..69d5c3d Binary files /dev/null and b/css/value_selector/images/icons/checked.png differ diff --git a/css/value_selector/images/icons/checked@1.5x.png b/css/value_selector/images/icons/checked@1.5x.png new file mode 100644 index 0000000..490dded Binary files /dev/null and b/css/value_selector/images/icons/checked@1.5x.png differ diff --git a/css/value_selector/images/icons/checked@2x.png b/css/value_selector/images/icons/checked@2x.png new file mode 100644 index 0000000..c1a6fbd Binary files /dev/null and b/css/value_selector/images/icons/checked@2x.png differ diff --git a/css/value_selector/images/ui/affirmative.png b/css/value_selector/images/ui/affirmative.png new file mode 100644 index 0000000..c1823eb Binary files /dev/null and b/css/value_selector/images/ui/affirmative.png differ diff --git a/css/value_selector/images/ui/default.png b/css/value_selector/images/ui/default.png new file mode 100644 index 0000000..a174b67 Binary files /dev/null and b/css/value_selector/images/ui/default.png differ diff --git a/css/value_selector/images/ui/gradient.png b/css/value_selector/images/ui/gradient.png new file mode 100644 index 0000000..d2e6f5b Binary files /dev/null and b/css/value_selector/images/ui/gradient.png differ diff --git a/css/value_selector/images/ui/gradient@1.5x.png b/css/value_selector/images/ui/gradient@1.5x.png new file mode 100644 index 0000000..0e420cd Binary files /dev/null and b/css/value_selector/images/ui/gradient@1.5x.png differ diff --git a/css/value_selector/images/ui/pattern.png b/css/value_selector/images/ui/pattern.png new file mode 100644 index 0000000..af03f56 Binary files /dev/null and b/css/value_selector/images/ui/pattern.png differ diff --git a/css/value_selector/images/ui/shadow-invert.png b/css/value_selector/images/ui/shadow-invert.png new file mode 100644 index 0000000..b1b905f Binary files /dev/null and b/css/value_selector/images/ui/shadow-invert.png differ diff --git a/css/value_selector/images/ui/shadow-invert@1.5x.png b/css/value_selector/images/ui/shadow-invert@1.5x.png new file mode 100644 index 0000000..ee2dc1c Binary files /dev/null and b/css/value_selector/images/ui/shadow-invert@1.5x.png differ diff --git a/css/value_selector/images/ui/shadow-invert@2x.png b/css/value_selector/images/ui/shadow-invert@2x.png new file mode 100644 index 0000000..15c95ed Binary files /dev/null and b/css/value_selector/images/ui/shadow-invert@2x.png differ diff --git a/css/value_selector/images/ui/shadow.png b/css/value_selector/images/ui/shadow.png new file mode 100644 index 0000000..728fe77 Binary files /dev/null and b/css/value_selector/images/ui/shadow.png differ diff --git a/css/value_selector/images/ui/shadow@1.5x.png b/css/value_selector/images/ui/shadow@1.5x.png new file mode 100644 index 0000000..44b35b4 Binary files /dev/null and b/css/value_selector/images/ui/shadow@1.5x.png differ diff --git a/css/value_selector/images/ui/shadow@2x.png b/css/value_selector/images/ui/shadow@2x.png new file mode 100644 index 0000000..f515eff Binary files /dev/null and b/css/value_selector/images/ui/shadow@2x.png differ diff --git a/img/icons/1.png b/img/icons/1.png deleted file mode 100644 index 9ece556..0000000 Binary files a/img/icons/1.png and /dev/null differ diff --git a/img/icons/MozillaFXOSIconTemplate1_overlay.png b/img/icons/MozillaFXOSIconTemplate1_overlay.png new file mode 100644 index 0000000..2389796 Binary files /dev/null and b/img/icons/MozillaFXOSIconTemplate1_overlay.png differ diff --git a/img/icons/demo1.png b/img/icons/demo1.png deleted file mode 100644 index 7d6998d..0000000 Binary files a/img/icons/demo1.png and /dev/null differ diff --git a/img/icons/icon120.png b/img/icons/icon120.png new file mode 100644 index 0000000..c22f12b Binary files /dev/null and b/img/icons/icon120.png differ diff --git a/img/icons/icon128.png b/img/icons/icon128.png new file mode 100644 index 0000000..559431b Binary files /dev/null and b/img/icons/icon128.png differ diff --git a/img/icons/icon16.png b/img/icons/icon16.png new file mode 100644 index 0000000..d143663 Binary files /dev/null and b/img/icons/icon16.png differ diff --git a/img/icons/icon2.png b/img/icons/icon2.png new file mode 100644 index 0000000..559431b Binary files /dev/null and b/img/icons/icon2.png differ diff --git a/img/icons/icon2.svg b/img/icons/icon2.svg new file mode 100644 index 0000000..bad2075 --- /dev/null +++ b/img/icons/icon2.svg @@ -0,0 +1,102 @@ + + + + diff --git a/img/icons/icon32.png b/img/icons/icon32.png new file mode 100644 index 0000000..fab191f Binary files /dev/null and b/img/icons/icon32.png differ diff --git a/img/icons/icon48.png b/img/icons/icon48.png new file mode 100644 index 0000000..e7a530e Binary files /dev/null and b/img/icons/icon48.png differ diff --git a/img/icons/icon60.png b/img/icons/icon60.png new file mode 100644 index 0000000..212b26c Binary files /dev/null and b/img/icons/icon60.png differ diff --git a/img/icons/icon64.png b/img/icons/icon64.png new file mode 100644 index 0000000..53d27cf Binary files /dev/null and b/img/icons/icon64.png differ diff --git a/img/icons/icon90.png b/img/icons/icon90.png new file mode 100644 index 0000000..0b5d3c2 Binary files /dev/null and b/img/icons/icon90.png differ diff --git a/index.html b/index.html index df69f90..ba294b7 100644 --- a/index.html +++ b/index.html @@ -5,13 +5,21 @@
Sketchy
+ +