diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-03-23 22:31:50 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-03-26 09:54:40 +0100 |
commit | 63b5f63a420a4f096dda4e67bf811ba2d1e842df (patch) | |
tree | 31ad354f556ce598f5f2a0f0484f2502e722eac4 /themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/spinner.svg | |
parent | 0fb2f8f1d1d8748b56522cc81cf68d5aa04b9f50 (diff) |
themes: add new theme OpenWrt 2020
Introduce a new theme modelled after the logo guidelines published in
https://openwrt.org/_media/docs/guide-graphic-designer/openwrt-logo-usage-guidelines.pdf
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/spinner.svg')
-rw-r--r-- | themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/spinner.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/spinner.svg b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/spinner.svg new file mode 100644 index 000000000..f3b52efac --- /dev/null +++ b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/spinner.svg @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="132 132 264 264"> + <defs> + <radialGradient id="g" cx="0%" cy="0%" r="60%"> + <stop offset=".8" style="stop-opacity:1" /> + <stop offset="1" style="stop-opacity:.5" /> + </radialGradient> + </defs> + <g> + <path style="fill:url(#g)" d="M 264 132 A 132 132 0 0 0 132 264 A 132 132 0 0 0 264 396 A 132 132 0 0 0 396 264 A 132 132 0 0 0 264 132 z M 264 170 A 94 94 0 0 1 359 264 A 94 94 0 0 1 264 359 A 94 94 0 0 1 170 264 A 94 94 0 0 1 264 170 z " /> + </g> +</svg> |