2018-12-26 08:45:53 +01:00
<!DOCTYPE html>
2019-01-03 23:30:27 +01:00
< html lang = "en" >
2018-12-26 08:45:53 +01:00
< head >
< meta charset = "utf-8" >
2018-12-28 15:27:01 +01:00
< meta name = "theme-color" content = "#262831" >
2018-12-26 08:45:53 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1, user-scalable=no" >
< title > New Tab< / title >
< link rel = "stylesheet" href = "css/reset.css" >
2018-12-26 18:43:38 +01:00
< link rel = "stylesheet" href = "css/base.css" >
2018-12-26 08:45:53 +01:00
< link rel = "stylesheet" href = "css/fonts.css" >
< link rel = "stylesheet" href = "css/icons.css" >
2019-01-03 23:30:27 +01:00
< link rel = "stylesheet" href = "css/state.css" >
2018-12-26 08:45:53 +01:00
< link rel = "stylesheet" href = "css/utilities.css" >
< link rel = "stylesheet" href = "css/typography.css" >
2019-01-03 23:30:27 +01:00
< link rel = "stylesheet" href = "css/container.css" >
2018-12-26 18:43:38 +01:00
< link rel = "stylesheet" href = "css/spacing.css" >
2018-12-26 08:45:53 +01:00
< link rel = "stylesheet" href = "css/button.css" >
< link rel = "stylesheet" href = "css/form.css" >
< link rel = "stylesheet" href = "css/shade.css" >
< link rel = "stylesheet" href = "css/modal.css" >
2019-01-06 08:06:33 +01:00
< link rel = "stylesheet" href = "css/tip.css" >
2019-01-03 23:30:27 +01:00
< link rel = "stylesheet" href = "css/menu.css" >
2019-01-05 21:57:21 +01:00
< link rel = "stylesheet" href = "css/header.css" >
< link rel = "stylesheet" href = "css/date.css" >
2018-12-26 08:45:53 +01:00
< link rel = "stylesheet" href = "css/clock.css" >
< link rel = "stylesheet" href = "css/search.css" >
2019-01-24 21:28:11 +01:00
< link rel = "stylesheet" href = "css/background.css" >
2019-01-03 23:30:27 +01:00
< link rel = "stylesheet" href = "css/link.css" >
2018-12-26 08:45:53 +01:00
< / head >
< body >
2019-01-24 21:28:11 +01:00
< div class = "background" >
< div class = "background-image" > < / div >
< div class = "background-accent" > < / div >
< / div >
2018-12-26 08:45:53 +01:00
2019-01-03 23:30:27 +01:00
< header class = "header" >
< div class = "container" >
< div class = "header-area" >
< div class = "header-item header-clock" >
2018-12-26 08:45:53 +01:00
< p class = "clock" > < / p >
< / div >
2019-01-05 21:57:21 +01:00
< div class = "header-item header-date" >
< p class = "date" > < / p >
< / div >
2019-01-03 23:30:27 +01:00
< div class = "header-item header-search" >
< form class = "search" action = "" method = "get" >
2019-01-24 21:28:11 +01:00
< input class = "header-search-input search-input mb-0" type = "text" placeholder = "Find or Search" name = "q" autocomplete = "off" autocorrect = "off" autocapitalize = "off" spellcheck = "false" tabindex = "1" >
2018-12-26 08:45:53 +01:00
< input type = "submit" value = "Search" class = "is-hidden" >
< / form >
2019-01-24 21:28:11 +01:00
< button class = "button button-link mb-0 header-search-clear search-clear" tabindex = "1" disabled >
2018-12-26 08:45:53 +01:00
< span class = "icon-close" > < / span >
< / button >
< / div >
2019-01-03 23:30:27 +01:00
< div class = "header-item header-edit-add" >
2019-01-04 20:53:50 +01:00
< div class = "button-group nested-button mb-0" >
2019-01-03 23:30:27 +01:00
< div class = "checkbox-wrap" >
< input id = "control-edit" class = "control-edit" type = "checkbox" tabindex = "1" >
2019-01-06 08:06:33 +01:00
< label for = "control-edit" class = "button input-label-button" >
2019-01-03 23:30:27 +01:00
< div class = "button-text" > Edit< / div >
< / label >
< / div >
< button class = "button control-add" tabindex = "1" >
< span class = "button-text" > Add< / span >
< / button >
< / div >
2018-12-27 00:46:53 +01:00
< / div >
2019-01-03 23:30:27 +01:00
< div class = "header-item header-accent" >
< div class = "input-wrap" >
< input id = "control-layout-theme" type = "color" class = "control-layout-theme" value = "#00ff00" tabindex = "1" >
2019-01-06 08:06:33 +01:00
< label for = "control-layout-theme" class = "button input-label-button mb-0" >
2018-12-26 08:45:53 +01:00
< span class = "button-text" > Accent< / span >
< / label >
2019-01-03 23:30:27 +01:00
< / div >
< / div >
2019-01-13 23:54:48 +01:00
< div class = "header-item header-menu" >
2019-01-03 23:30:27 +01:00
< button class = "button mb-0 control-menu" tabindex = "1" >
< span class = "button-text" > < span class = "icon-settings" > < / span > < / span >
< / button >
2018-12-26 08:45:53 +01:00
< / div >
< / div >
< / div >
2019-01-03 23:30:27 +01:00
< / header >
2018-12-26 08:45:53 +01:00
2019-01-03 23:30:27 +01:00
< section class = "link" >
< div class = "container" >
< div class = "link-area" > < / div >
< / div >
< / section >
2018-12-26 08:45:53 +01:00
2019-01-15 13:33:15 +01:00
< section class = "menu" tabindex = "1" >
2019-01-04 20:40:49 +01:00
< div class = "menu-area" >
2019-01-14 19:22:39 +01:00
< div class = "menu-nav" >
2019-01-24 21:28:11 +01:00
< ul class = "menu-nav-area menu-nav-area-grow mb-0 list-unstyled" >
2019-01-14 19:22:39 +01:00
< li class = "menu-nav-item" >
< button class = "menu-nav-button button button-block button-large active" data-target = ".menu-content-area-header" tabindex = "1" > Header< / button >
< / li >
< li class = "menu-nav-item" >
< button class = "menu-nav-button button button-block button-large" data-target = ".menu-content-area-bookmarks" tabindex = "1" > Bookmarks< / button >
< / li >
< li class = "menu-nav-item" >
< button class = "menu-nav-button button button-block button-large" data-target = ".menu-content-area-layout" tabindex = "1" > Layout< / button >
< / li >
2019-01-24 21:28:11 +01:00
< li class = "menu-nav-item" >
< button class = "menu-nav-button button button-block button-large" data-target = ".menu-content-area-background" tabindex = "1" > Background< / button >
< / li >
2019-01-14 19:22:39 +01:00
< / ul >
< div class = "menu-nav-area" >
< button class = "menu-close button button-block button-large mb-0" tabindex = "1" > < span class = "icon-close" > < / span > < / button >
< / div >
< / div >
2019-01-04 20:40:49 +01:00
< div class = "menu-content" >
< div class = "menu-content-area menu-content-area-header" >
2019-01-04 17:24:05 +01:00
< div class = "menu-item" >
< h1 class = "menu-header" > Clock< / h1 >
< div class = "checkbox-wrap" >
2019-01-05 21:57:21 +01:00
< input id = "control-header-clock-show-hours" class = "control-header-clock-show-hours" type = "checkbox" tabindex = "1" >
< label for = "control-header-clock-show-hours" > < span class = "label-icon" > < / span > Hours< / label >
< / div >
< div class = "checkbox-wrap" >
< input id = "control-header-clock-show-minutes" class = "control-header-clock-show-minutes" type = "checkbox" tabindex = "1" >
< label for = "control-header-clock-show-minutes" > < span class = "label-icon" > < / span > Minutes< / label >
2019-01-04 17:24:05 +01:00
< / div >
2019-01-05 21:57:21 +01:00
< div class = "checkbox-wrap" >
2019-01-04 17:24:05 +01:00
< input id = "control-header-clock-show-seconds" class = "control-header-clock-show-seconds" type = "checkbox" tabindex = "1" >
< label for = "control-header-clock-show-seconds" > < span class = "label-icon" > < / span > Seconds< / label >
< / div >
2019-01-05 21:57:21 +01:00
< div class = "checkbox-wrap" >
2019-01-05 23:35:50 +01:00
< input id = "control-header-clock-show-separator" class = "control-header-clock-show-separator" type = "checkbox" tabindex = "1" >
< label for = "control-header-clock-show-separator" > < span class = "label-icon" > < / span > Separators< / label >
2019-01-04 17:24:05 +01:00
< / div >
2019-01-05 21:57:21 +01:00
< div class = "checkbox-wrap" >
2019-01-04 17:24:05 +01:00
< input id = "control-header-clock-24" class = "control-header-clock-24" type = "checkbox" tabindex = "1" >
< label for = "control-header-clock-24" > < span class = "label-icon" > < / span > 24 Hours< / label >
< / div >
2019-01-05 21:57:21 +01:00
< div class = "checkbox-wrap" >
2019-01-04 17:24:05 +01:00
< input id = "control-header-clock-show-meridiem" class = "control-header-clock-show-meridiem" type = "checkbox" tabindex = "1" >
< label for = "control-header-clock-show-meridiem" > < span class = "label-icon" > < / span > AM/PM< / label >
< / div >
< / div >
2019-01-05 21:57:21 +01:00
< div class = "menu-item" >
< h1 class = "menu-header" > Date< / h1 >
< div class = "checkbox-wrap" >
< input id = "control-header-date-show-day" class = "control-header-date-show-day" type = "checkbox" tabindex = "1" >
< label for = "control-header-date-show-day" > < span class = "label-icon" > < / span > Day< / label >
< / div >
2019-01-24 21:28:11 +01:00
< div class = "checkbox-wrap" >
< input id = "control-header-date-show-date" class = "control-header-date-show-date" type = "checkbox" tabindex = "1" >
< label for = "control-header-date-show-date" > < span class = "label-icon" > < / span > Date< / label >
< / div >
2019-01-05 21:57:21 +01:00
< div class = "checkbox-wrap" >
< input id = "control-header-date-show-month" class = "control-header-date-show-month" type = "checkbox" tabindex = "1" >
< label for = "control-header-date-show-month" > < span class = "label-icon" > < / span > Month< / label >
< / div >
< div class = "checkbox-wrap" >
< input id = "control-header-date-show-year" class = "control-header-date-show-year" type = "checkbox" tabindex = "1" >
< label for = "control-header-date-show-year" > < span class = "label-icon" > < / span > Year< / label >
< / div >
< div class = "checkbox-wrap" >
2019-01-05 23:35:50 +01:00
< input id = "control-header-date-show-separator" class = "control-header-date-show-separator" type = "checkbox" tabindex = "1" >
< label for = "control-header-date-show-separator" > < span class = "label-icon" > < / span > Separators< / label >
2019-01-05 21:57:21 +01:00
< / div >
< div class = "radio-wrap" >
< input id = "control-header-date-character-length-short" class = "control-header-date-character-length-short" type = "radio" tabindex = "1" name = "control-header-date-character-length" value = "short" >
< label for = "control-header-date-character-length-short" > < span class = "label-icon" > < / span > Short text< / label >
< / div >
< div class = "radio-wrap" >
< input id = "control-header-date-character-length-long" class = "control-header-date-character-length-long" type = "radio" tabindex = "1" name = "control-header-date-character-length" value = "long" >
< label for = "control-header-date-character-length-long" > < span class = "label-icon" > < / span > Long text< / label >
< / div >
< / div >
2019-01-04 17:24:05 +01:00
< div class = "menu-item" >
< h1 class = "menu-header" > Search< / h1 >
< div class = "checkbox-wrap" >
< input id = "control-header-search-active" class = "control-header-search-active" type = "checkbox" tabindex = "1" >
< label for = "control-header-search-active" > < span class = "label-icon" > < / span > Show< / label >
< / div >
2019-01-05 21:57:21 +01:00
< div class = "checkbox-wrap form-indent-1" >
2019-01-04 17:24:05 +01:00
< input id = "control-header-search-grow" class = "control-header-search-grow" type = "checkbox" tabindex = "1" >
< label for = "control-header-search-grow" > < span class = "label-icon" > < / span > Fill< / label >
< / div >
2019-01-05 21:57:21 +01:00
< label class = "control-header-search-engine-label form-indent-1 mb-1" > Engine< / label >
< div class = "radio-wrap form-indent-1" >
2019-01-04 17:24:05 +01:00
< input id = "control-header-search-engine-google" class = "control-header-search-engine-google" type = "radio" tabindex = "1" name = "control-header-search-engine" value = "google" >
< label for = "control-header-search-engine-google" > < span class = "label-icon" > < / span > Google< / label >
< / div >
2019-01-05 21:57:21 +01:00
< div class = "radio-wrap form-indent-1" >
2019-01-04 17:24:05 +01:00
< input id = "control-header-search-engine-duckduckgo" class = "control-header-search-engine-duckduckgo" type = "radio" tabindex = "1" name = "control-header-search-engine" value = "duckduckgo" >
< label for = "control-header-search-engine-duckduckgo" > < span class = "label-icon" > < / span > Duck Duck Go< / label >
< / div >
2019-01-05 21:57:21 +01:00
< div class = "radio-wrap form-indent-1" >
2019-01-04 17:24:05 +01:00
< input id = "control-header-search-engine-giphy" class = "control-header-search-engine-giphy" type = "radio" tabindex = "1" name = "control-header-search-engine" value = "giphy" >
< label for = "control-header-search-engine-giphy" > < span class = "label-icon" > < / span > Giphy< / label >
< / div >
2019-01-05 21:57:21 +01:00
< div class = "radio-wrap form-indent-1" >
2019-01-04 17:24:05 +01:00
< input id = "control-header-search-engine-custom" class = "control-header-search-engine-custom" type = "radio" tabindex = "1" name = "control-header-search-engine" value = "custom" >
< label for = "control-header-search-engine-custom" > < span class = "label-icon" > < / span > Custom< / label >
< / div >
2019-01-05 21:57:21 +01:00
< div class = "input-wrap form-indent-2" >
2019-01-04 17:24:05 +01:00
< label for = "control-header-search-engine-custom-url" > URL< / label >
2019-01-24 21:28:11 +01:00
< input id = "control-header-search-engine-custom-url" type = "text" class = "control-header-search-engine-custom-url mb-0" placeholder = "https://" tabindex = "1" autocomplete = "off" autocorrect = "off" autocapitalize = "off" spellcheck = "false" >
2019-01-04 17:24:05 +01:00
< / div >
< / div >
< div class = "menu-item" >
2019-01-04 20:40:49 +01:00
< h1 class = "menu-header" > Buttons< / h1 >
2019-01-04 17:24:05 +01:00
< div class = "checkbox-wrap" >
< input id = "control-header-edit-add-active" class = "control-header-edit-add-active" type = "checkbox" tabindex = "1" >
2019-01-04 20:40:49 +01:00
< label for = "control-header-edit-add-active" > < span class = "label-icon" > < / span > Show Edit/Add< / label >
2019-01-04 17:24:05 +01:00
< / div >
< div class = "checkbox-wrap" >
< input id = "control-header-accent-active" class = "control-header-accent-active" type = "checkbox" tabindex = "1" >
2019-01-04 20:40:49 +01:00
< label for = "control-header-accent-active" > < span class = "label-icon" > < / span > Show Accent< / label >
2019-01-04 17:24:05 +01:00
< / div >
< / div >
< div class = "menu-item" >
2019-01-24 21:28:11 +01:00
< h1 class = "menu-header" > Horizontal Alignment< / h1 >
< div class = "radio-wrap" >
< input id = "control-layout-alignment-horizontal-left" class = "control-layout-alignment-horizontal-left" type = "radio" tabindex = "1" name = "control-layout-alignment-horizontal" value = "left" >
< label for = "control-layout-alignment-horizontal-left" > < span class = "label-icon" > < / span > Left< / label >
< / div >
< div class = "radio-wrap" >
< input id = "control-layout-alignment-horizontal-center" class = "control-layout-alignment-horizontal-center" type = "radio" tabindex = "1" name = "control-layout-alignment-horizontal" value = "center" >
< label for = "control-layout-alignment-horizontal-center" > < span class = "label-icon" > < / span > Center< / label >
< / div >
< div class = "radio-wrap" >
< input id = "control-layout-alignment-horizontal-right" class = "control-layout-alignment-horizontal-right" type = "radio" tabindex = "1" name = "control-layout-alignment-horizontal" value = "right" >
< label for = "control-layout-alignment-horizontal-right" > < span class = "label-icon" > < / span > Right< / label >
< / div >
< / div >
< div class = "menu-item" >
< h1 class = "menu-header" > Vertical Alignment< / h1 >
2019-01-04 17:24:05 +01:00
< div class = "radio-wrap" >
2019-01-24 21:28:11 +01:00
< input id = "control-layout-alignment-vertical-top" class = "control-layout-alignment-vertical-top" type = "radio" tabindex = "1" name = "control-layout-alignment-vertical" value = "top" >
< label for = "control-layout-alignment-vertical-top" > < span class = "label-icon" > < / span > Top< / label >
2019-01-04 17:24:05 +01:00
< / div >
< div class = "radio-wrap" >
2019-01-24 21:28:11 +01:00
< input id = "control-layout-alignment-vertical-center" class = "control-layout-alignment-vertical-center" type = "radio" tabindex = "1" name = "control-layout-alignment-vertical" value = "center" >
< label for = "control-layout-alignment-vertical-center" > < span class = "label-icon" > < / span > Center< / label >
2019-01-04 17:24:05 +01:00
< / div >
< div class = "radio-wrap" >
2019-01-24 21:28:11 +01:00
< input id = "control-layout-alignment-vertical-bottom" class = "control-layout-alignment-vertical-bottom" type = "radio" tabindex = "1" name = "control-layout-alignment-vertical" value = "bottom" >
< label for = "control-layout-alignment-vertical-bottom" > < span class = "label-icon" > < / span > Bottom< / label >
2019-01-04 17:24:05 +01:00
< / div >
2019-01-24 21:28:11 +01:00
< p class = "input-helper small muted" > Available when Bookmarks are not shown.< / p >
2019-01-04 17:24:05 +01:00
< / div >
< / div >
2019-01-04 20:40:49 +01:00
< div class = "menu-content-area menu-content-area-bookmarks is-hidden" >
2019-01-24 21:28:11 +01:00
< div class = "menu-item" >
< h1 class = "menu-header" > Bookmarks< / h1 >
< div class = "checkbox-wrap" >
< input id = "control-link-show-active" class = "control-link-show-active" type = "checkbox" tabindex = "1" >
< label for = "control-link-show-active" > < span class = "label-icon" > < / span > Show< / label >
< / div >
< div class = "checkbox-wrap form-indent-1" >
< input id = "control-link-show-name" class = "control-link-show-name" type = "checkbox" tabindex = "1" >
< label for = "control-link-show-name" > < span class = "label-icon" > < / span > Names< / label >
< / div >
< div class = "checkbox-wrap form-indent-1" >
< input id = "control-link-show-url" class = "control-link-show-url" type = "checkbox" tabindex = "1" >
< label for = "control-link-show-url" > < span class = "label-icon" > < / span > URL (on hover)< / label >
< / div >
< / div >
2019-01-04 17:24:05 +01:00
< div class = "menu-item" >
< h1 class = "menu-header" > Open< / h1 >
< div class = "checkbox-wrap" >
< input id = "control-link-new-tab" class = "control-link-new-tab" type = "checkbox" tabindex = "1" >
< label for = "control-link-new-tab" > < span class = "label-icon" > < / span > In a new tab< / label >
< / div >
< / div >
< div class = "menu-item" >
< h1 class = "menu-header" > Style< / h1 >
< div class = "radio-wrap" >
< input id = "control-link-style-block" class = "control-link-style-block" type = "radio" tabindex = "1" name = "control-link-style" value = "block" >
< label for = "control-link-style-block" > < span class = "label-icon" > < / span > Block< / label >
< / div >
< div class = "radio-wrap" >
< input id = "control-link-style-list" class = "control-link-style-list" type = "radio" tabindex = "1" name = "control-link-style" value = "list" >
< label for = "control-link-style-list" > < span class = "label-icon" > < / span > List< / label >
< / div >
< / div >
< div class = "menu-item" >
< h1 class = "menu-header" > Sort< / h1 >
< div class = "radio-wrap" >
< input id = "control-link-sort-none" class = "control-link-sort-none" type = "radio" tabindex = "1" name = "control-link-sort" value = "none" >
2019-01-24 21:28:11 +01:00
< label for = "control-link-sort-none" > < span class = "label-icon" > < / span > None (as added)< / label >
2019-01-04 17:24:05 +01:00
< / div >
< div class = "radio-wrap" >
< input id = "control-link-sort-name" class = "control-link-sort-name" type = "radio" tabindex = "1" name = "control-link-sort" value = "name" >
< label for = "control-link-sort-name" > < span class = "label-icon" > < / span > Name< / label >
< / div >
< div class = "radio-wrap" >
< input id = "control-link-sort-letter" class = "control-link-sort-letter" type = "radio" tabindex = "1" name = "control-link-sort" value = "letter" >
< label for = "control-link-sort-letter" > < span class = "label-icon" > < / span > Letter< / label >
< / div >
< / div >
< / div >
2019-01-04 20:40:49 +01:00
< div class = "menu-content-area menu-content-area-layout is-hidden" >
2019-01-04 17:24:05 +01:00
< div class = "menu-item" >
< h1 class = "menu-header" > Width< / h1 >
< div class = "radio-wrap" >
< input id = "control-layout-container-fluid" class = "control-layout-container-fluid" type = "radio" tabindex = "1" name = "control-layout-container" value = "fluid" >
< label for = "control-layout-container-fluid" > < span class = "label-icon" > < / span > Fluid< / label >
< / div >
< div class = "radio-wrap" >
< input id = "control-layout-container-wide" class = "control-layout-container-wide" type = "radio" tabindex = "1" name = "control-layout-container" value = "wide" >
< label for = "control-layout-container-wide" > < span class = "label-icon" > < / span > Wide< / label >
< / div >
< div class = "radio-wrap" >
< input id = "control-layout-container-thin" class = "control-layout-container-thin" type = "radio" tabindex = "1" name = "control-layout-container" value = "thin" >
< label for = "control-layout-container-thin" > < span class = "label-icon" > < / span > Thin< / label >
< / div >
< / div >
2019-01-04 19:23:24 +01:00
< div class = "menu-item" >
< h1 class = "menu-header" > Page< / h1 >
< div class = "checkbox-wrap" >
< input id = "control-layout-scroll-past-end" class = "control-layout-scroll-past-end" type = "checkbox" tabindex = "1" >
< label for = "control-layout-scroll-past-end" > < span class = "label-icon" > < / span > Scroll past end< / label >
< / div >
< / div >
2019-01-13 23:54:48 +01:00
< div class = "menu-item" >
< h1 class = "menu-header" > Theme< / h1 >
< div class = "checkbox-wrap" >
< input id = "control-layout-theme-random" class = "control-layout-theme-random" type = "checkbox" tabindex = "1" >
< label for = "control-layout-theme-random" > < span class = "label-icon" > < / span > Random Accent colour on load/refresh< / label >
< / div >
2019-01-14 19:50:48 +01:00
< div class = "radio-wrap form-indent-1" >
< input id = "control-layout-theme-style-any" class = "control-layout-theme-style-any" type = "radio" tabindex = "1" name = "control-layout-theme-style" value = "any" >
< label for = "control-layout-theme-style-any" > < span class = "label-icon" > < / span > Any colour< / label >
< / div >
< div class = "radio-wrap form-indent-1" >
< input id = "control-layout-theme-style-light" class = "control-layout-theme-style-light" type = "radio" tabindex = "1" name = "control-layout-theme-style" value = "light" >
< label for = "control-layout-theme-style-light" > < span class = "label-icon" > < / span > Light colours< / label >
< / div >
< div class = "radio-wrap form-indent-1" >
< input id = "control-layout-theme-style-dark" class = "control-layout-theme-style-dark" type = "radio" tabindex = "1" name = "control-layout-theme-style" value = "dark" >
< label for = "control-layout-theme-style-dark" > < span class = "label-icon" > < / span > Dark colours< / label >
< / div >
< div class = "radio-wrap form-indent-1" >
< input id = "control-layout-theme-style-pastel" class = "control-layout-theme-style-pastel" type = "radio" tabindex = "1" name = "control-layout-theme-style" value = "pastel" >
< label for = "control-layout-theme-style-pastel" > < span class = "label-icon" > < / span > Pastel colours< / label >
< / div >
< div class = "radio-wrap form-indent-1" >
< input id = "control-layout-theme-style-saturated" class = "control-layout-theme-style-saturated" type = "radio" tabindex = "1" name = "control-layout-theme-style" value = "saturated" >
< label for = "control-layout-theme-style-saturated" > < span class = "label-icon" > < / span > Saturated colours< / label >
< / div >
2019-01-13 23:54:48 +01:00
< / div >
2019-01-04 17:24:05 +01:00
< / div >
2019-01-24 21:28:11 +01:00
< div class = "menu-content-area menu-content-area-background is-hidden" >
< div class = "menu-item" >
< h1 class = "menu-header" > Image< / h1 >
< div class = "checkbox-wrap" >
< input id = "control-background-image-active" class = "control-background-image-active" type = "checkbox" tabindex = "1" >
< label for = "control-background-image-active" > < span class = "label-icon" > < / span > Show< / label >
< / div >
< div class = "input-wrap form-indent-1" >
< label for = "control-background-image-url" > URL or path< / label >
< input id = "control-background-image-url" type = "text" class = "control-background-image-url" placeholder = "http:// or ../path/to/file" tabindex = "1" autocomplete = "off" autocorrect = "off" autocapitalize = "off" spellcheck = "false" >
< p class = "input-helper small muted" > Enter a URL to an image file or a path to a local file.< / p >
< p class = "input-helper small muted" > To use local files enter a relative file path, eg:< / p >
< p class = "input-helper small muted" > ../background/abstract.jpg< / p >
< p class = "input-helper small muted" > ../background/gray-steps.jpg< / p >
< / div >
< div class = "input-wrap form-indent-1" >
< label for = "control-background-image-opacity" > Opacity< / label >
< input id = "control-background-image-opacity" type = "range" min = "0" max = "100" value = "0" class = "control-background-image-opacity mb-0" placeholder = "Path to file" tabindex = "1" >
< / div >
< div class = "input-wrap form-indent-1" >
< label for = "control-background-image-grayscale" > Grayscale< / label >
< input id = "control-background-image-grayscale" type = "range" min = "0" max = "100" value = "0" class = "control-background-image-grayscale mb-0" placeholder = "Path to file" tabindex = "1" >
< / div >
< div class = "input-wrap form-indent-1" >
< label for = "control-background-image-blur" > Blur< / label >
< input id = "control-background-image-blur" type = "range" min = "0" max = "100" value = "0" class = "control-background-image-blur mb-0" placeholder = "Path to file" tabindex = "1" >
< / div >
< div class = "input-wrap form-indent-1" >
< label for = "control-background-image-accent-opacity" > Accent overlay< / label >
< input id = "control-background-image-accent-opacity" type = "range" min = "0" max = "50" value = "0" class = "control-background-image-accent-opacity mb-0" placeholder = "URL or path to file" tabindex = "1" >
< / div >
< / div >
< / div >
2019-01-03 23:30:27 +01:00
< / div >
2019-01-04 20:40:49 +01:00
2019-01-03 23:30:27 +01:00
< / div >
< / section >
2018-12-26 08:45:53 +01:00
< / body >
< script src = "js/helper.js" > < / script >
2019-01-03 23:30:27 +01:00
< script src = "js/data.js" > < / script >
2019-01-06 16:47:08 +01:00
< script src = "js/update.js" > < / script >
2019-01-03 23:30:27 +01:00
< script src = "js/state.js" > < / script >
2018-12-26 08:45:53 +01:00
< script src = "js/bookmarks.js" > < / script >
2019-01-03 23:30:27 +01:00
< script src = "js/control.js" > < / script >
< script src = "js/menu.js" > < / script >
< script src = "js/header.js" > < / script >
2018-12-26 08:45:53 +01:00
< script src = "js/modal.js" > < / script >
2019-01-06 08:06:33 +01:00
< script src = "js/tip.js" > < / script >
2018-12-26 08:45:53 +01:00
< script src = "js/shade.js" > < / script >
< script src = "js/theme.js" > < / script >
2019-01-05 21:57:21 +01:00
< script src = "js/date.js" > < / script >
2018-12-26 08:45:53 +01:00
< script src = "js/clock.js" > < / script >
< script src = "js/search.js" > < / script >
2019-01-03 23:30:27 +01:00
< script src = "js/link.js" > < / script >
2018-12-27 19:41:17 +01:00
< script src = "js/version.js" > < / script >
2019-01-03 23:30:27 +01:00
< script src = "js/keyboard.js" > < / script >
2019-01-24 21:28:11 +01:00
< script src = "js/background.js" > < / script >
2018-12-26 08:45:53 +01:00
< script src = "js/init.js" > < / script >
< / html >