7
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						| @ -10,3 +10,10 @@ configure | |||||||
| install-sh | install-sh | ||||||
| missing | missing | ||||||
| .idea/ | .idea/ | ||||||
|  | common/cinnamon/cinnamon-dark.css | ||||||
|  | common/cinnamon/cinnamon.css | ||||||
|  | common/gnome-shell/3.18/gnome-shell-dark.css | ||||||
|  | common/gnome-shell/3.18/gnome-shell.css | ||||||
|  | common/gtk-3.0/3.20/gtk-dark.css | ||||||
|  | common/gtk-3.0/3.20/gtk-darker.css | ||||||
|  | common/gtk-3.0/3.20/gtk.css | ||||||
|  | |||||||
							
								
								
									
										10
									
								
								HACKING.md
									
									
									
									
									
								
							
							
						
						| @ -2,17 +2,9 @@ This theme uses node-sass/libsass to process the various .scss files. Never edit | |||||||
| 
 | 
 | ||||||
| #### Editing the CSS based themes in the `common` directory (cinnamon, gnome-shell, gtk-3.0) | #### Editing the CSS based themes in the `common` directory (cinnamon, gnome-shell, gtk-3.0) | ||||||
| 
 | 
 | ||||||
| * Install `nvm` (https://github.com/creationix/nvm) |  | ||||||
| 
 |  | ||||||
| * Close and reopen your terminal |  | ||||||
| 
 |  | ||||||
| * Run `nvm i` and `npm i` from this directory |  | ||||||
| 
 |  | ||||||
| * Install `gulp` with `npm i -g gulp` |  | ||||||
| 
 |  | ||||||
| * Edit the `common/*/sass/*.scss` files | * Edit the `common/*/sass/*.scss` files | ||||||
| 
 | 
 | ||||||
| * Regenerate all .css files by executing `gulp` from the directory containing `gulpfile.js`. Alternatively execute `gulp --cwd` from any subdirectory containing a folder called `sass` to regenerate the .css files within that specific subdirectory only. | * Run `make` to generate all css files using sassc (starting with version 20180114). Gulp is no longer required. | ||||||
| 
 | 
 | ||||||
| -- | -- | ||||||
| 
 | 
 | ||||||
|  | |||||||
							
								
								
									
										63
									
								
								README.md
									
									
									
									
									
								
							
							
						
						| @ -15,29 +15,6 @@ Arc-Flatabulous theme is the [Arc](https://github.com/horst3180/arc-theme) theme | |||||||
| 
 | 
 | ||||||
|  |  | ||||||
| 
 | 
 | ||||||
| ### Requirements |  | ||||||
| 
 |  | ||||||
| * Gnome/GTK3 3.14 - 3.22 |  | ||||||
| * The `gnome-themes-standard` package |  | ||||||
| * The murrine engine. This has different names depending on your distro. |  | ||||||
|   * `gtk-engine-murrine` (Arch Linux) |  | ||||||
|   * `gtk2-engines-murrine` (Debian, Ubuntu, elementary OS) |  | ||||||
|   * `gtk-murrine-engine` (Fedora) |  | ||||||
|   * `gtk2-engine-murrine` (openSUSE) |  | ||||||
|   * `gtk-engines-murrine` (Gentoo) |  | ||||||
| 
 |  | ||||||
| Main distributions that meet these requirements are |  | ||||||
| 
 |  | ||||||
| * Arch Linux and Arch Linux based distros |  | ||||||
| * Ubuntu 15.04 or newer (**Ubuntu 14.04 and 14.10 are not supported**) |  | ||||||
| * elementary OS Freya/Loki |  | ||||||
| * Debian 8, Testing or Unstable |  | ||||||
| * Gentoo |  | ||||||
| * Fedora 21 or newer |  | ||||||
| * openSUSE 13.2, Leap 42.1 and Tumbleweed |  | ||||||
| 
 |  | ||||||
| If your distribution isn't listed, please check the requirements yourself. |  | ||||||
| 
 |  | ||||||
| ### Installation | ### Installation | ||||||
| 
 | 
 | ||||||
| **Important:** Remove all older versions of the theme from your system before you proceed any further. | **Important:** Remove all older versions of the theme from your system before you proceed any further. | ||||||
| @ -52,9 +29,10 @@ Arch Linux users can install the theme from the AUR https://aur.archlinux.org/pa | |||||||
| 	 | 	 | ||||||
| #### Manual Installation | #### Manual Installation | ||||||
| 
 | 
 | ||||||
| To build the theme you'll need  | To build the theme the follwing packages are required | ||||||
| * `autoconf` | * `autoconf` | ||||||
| * `automake` | * `automake` | ||||||
|  | * `sassc` | ||||||
| * `pkg-config` or `pkgconfig` for Fedora | * `pkg-config` or `pkgconfig` for Fedora | ||||||
| * `libgtk-3-dev` for Debian based distros or `gtk3-devel` for RPM based distros | * `libgtk-3-dev` for Debian based distros or `gtk3-devel` for RPM based distros | ||||||
| * `git` to clone the source directory | * `git` to clone the source directory | ||||||
| @ -62,7 +40,7 @@ To build the theme you'll need | |||||||
| **Note:** For distributions which don't ship separate development packages, just the GTK 3 package is needed instead of the `-dev` packages. | **Note:** For distributions which don't ship separate development packages, just the GTK 3 package is needed instead of the `-dev` packages. | ||||||
| 
 | 
 | ||||||
| For the theme to function properly, install the following | For the theme to function properly, install the following | ||||||
| * GNOME Shell 3.14 - 3.24, GTK 3.14 - 3.22 | * GNOME Shell 3.18 - 3.26, GTK 3.18 - 3.22 | ||||||
| * The `gnome-themes-standard` package | * The `gnome-themes-standard` package | ||||||
| * The murrine engine. This has different names depending on the distro. | * The murrine engine. This has different names depending on the distro. | ||||||
|   * `gtk-engine-murrine` (Arch Linux) |   * `gtk-engine-murrine` (Arch Linux) | ||||||
| @ -77,7 +55,7 @@ Install the theme with the following commands | |||||||
| 
 | 
 | ||||||
| If you want to install the latest version from git, clone the repository with | If you want to install the latest version from git, clone the repository with | ||||||
| 
 | 
 | ||||||
|     git clone https://github.com/andreisergiu98/arc-flatabulous-theme && cd arc-flatabulous-theme |     git clone https://github.com/andreisergiu98/arc-flatabulous-theme --depth 1 && cd arc-flatabulous-theme | ||||||
| 
 | 
 | ||||||
| **2. Build and install the theme** | **2. Build and install the theme** | ||||||
| 
 | 
 | ||||||
| @ -97,12 +75,14 @@ Other options to pass to autogen.sh are | |||||||
|     --disable-metacity         disable Metacity support |     --disable-metacity         disable Metacity support | ||||||
|     --disable-unity            disable Unity support |     --disable-unity            disable Unity support | ||||||
|     --disable-xfwm             disable XFWM support |     --disable-xfwm             disable XFWM support | ||||||
|  |     --disable-plank            disable Plank theme support | ||||||
| 
 | 
 | ||||||
|     --with-gnome=<version>     build the theme for a specific GNOME version (3.14, 3.16, 3.18, 3.20, 3.22) |     --with-gnome=<version>     build the theme for a specific GNOME version (3.18, 3.20, 3.22) | ||||||
|                                Note 1: Normally the correct version is detected automatically and this |                                Note 1: Normally the correct version is detected automatically and this | ||||||
|                                option should not be needed. |                                option should not be needed. | ||||||
|                                Note 2: For GNOME 3.24, use --with-gnome-version=3.22 |                                Note 2: For GNOME 3.24 and 3.26, use --with-gnome-version=3.22 | ||||||
|                                (this works for now, the build system will be improved in the future) |                                (this works for now, the build system will be improved in the future) | ||||||
|  |     --with-custom=<script>     run the executable script file in the custom subfolder | ||||||
| 
 | 
 | ||||||
| After the installation is complete you can activate the theme with `gnome-tweak-tool` or a similar program by selecting `Arc-Flatabulous`, `Arc-Flatabulous-Darker` or `Arc-Flatabulous-Dark` as Window/GTK+ theme and `Arc-Flatabulous` or `Arc-Flatabulous-Dark` as Gnome-Shell and Xfce-Notify theme. | After the installation is complete you can activate the theme with `gnome-tweak-tool` or a similar program by selecting `Arc-Flatabulous`, `Arc-Flatabulous-Darker` or `Arc-Flatabulous-Dark` as Window/GTK+ theme and `Arc-Flatabulous` or `Arc-Flatabulous-Dark` as Gnome-Shell and Xfce-Notify theme. | ||||||
| 
 | 
 | ||||||
| @ -120,18 +100,20 @@ from the same directory as this README resides in, or | |||||||
| 
 | 
 | ||||||
| ### Extras | ### Extras | ||||||
| 
 | 
 | ||||||
| #### Arc Firefox theme | #### Arc icon theme | ||||||
| A theme for Firefox is available at https://github.com/horst3180/arc-firefox-theme | The Arc icon theme is available at https://github.com/horst3180/arc-icon-theme | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #### Arc KDE | ||||||
|  | A port of Arc for the Plasma 5 desktop with a few additions and extras. Available [here](https://github.com/PapirusDevelopmentTeam/arc-kde). | ||||||
| 
 | 
 | ||||||
| #### Arc icon theme | #### Arc icon theme | ||||||
| The Arc icon theme is available at https://github.com/horst3180/arc-icon-theme | The Arc icon theme is available at https://github.com/horst3180/arc-icon-theme | ||||||
| 
 | 
 | ||||||
| #### Chrome/Chromium theme |  | ||||||
| To install the Chrome/Chromium theme go to the `extra/Chrome` folder and drag and drop the arc-theme.crx or arc-dark-theme.crx file into the Chrome/Chromium window. The source of the Chrome themes is located in the source "Chrome/arc-theme" folder. |  | ||||||
| 
 |  | ||||||
| #### Plank theme | #### Plank theme | ||||||
| To install the Plank theme, copy the `extra/Arc-Plank` folder to `~/.local/share/plank/themes` or to `/usr/share/plank/themes` for system-wide use. | As of version `20180114` the plank theme will be installed along with the normal arc gtk theme. You can disable the install by passing `disable-plank` to the autogen command. | ||||||
| Now open the Plank preferences window by executing `plank --preferences` from a terminal and select `Arc-Plank` as the theme. | Now open the Plank preferences window by executing `plank --preferences` from a terminal and select `Gtk+` as the theme. | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| #### Arc-Dark for Ubuntu Software Center | #### Arc-Dark for Ubuntu Software Center | ||||||
| The Arc Dark theme for the Ubuntu Software Center by [mervick](https://github.com/mervick) can be installed from [here](https://github.com/mervick/arc-dark-software-center). It solves readability issues with Arc Dark and the Ubuntu Software Center. | The Arc Dark theme for the Ubuntu Software Center by [mervick](https://github.com/mervick) can be installed from [here](https://github.com/mervick/arc-dark-software-center). It solves readability issues with Arc Dark and the Ubuntu Software Center. | ||||||
| @ -141,16 +123,10 @@ The Arc Dark theme for the Ubuntu Software Center by [mervick](https://github.co | |||||||
| If you use Ubuntu with a newer GTK/GNOME version than the one included by default (i.e Ubuntu 14.04 with GTK 3.14 or Ubuntu 15.04 with GTK 3.16, etc.) the prebuilt packages won't work properly and the theme has to be installed manually as described above. | If you use Ubuntu with a newer GTK/GNOME version than the one included by default (i.e Ubuntu 14.04 with GTK 3.14 or Ubuntu 15.04 with GTK 3.16, etc.) the prebuilt packages won't work properly and the theme has to be installed manually as described above. | ||||||
| This is also true for other distros with a different GTK/GNOME version than the one included by default | This is also true for other distros with a different GTK/GNOME version than the one included by default | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| If you get artifacts like black or invisible backgrounds under Unity, disable overlay scrollbars with | If you get artifacts like black or invisible backgrounds under Unity, disable overlay scrollbars with | ||||||
| 
 | 
 | ||||||
|     gsettings set com.canonical.desktop.interface scrollbar-mode normal |     gsettings set com.canonical.desktop.interface scrollbar-mode normal | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| ### Bug reporting |  | ||||||
| If you find a bug, please report it at https://github.com/andreisergiu98/arc-flatabulous-theme/issues |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### License | ### License | ||||||
| Arc is available under the terms the GPL-3.0. See `COPYING` for details. | Arc is available under the terms the GPL-3.0. See `COPYING` for details. | ||||||
| 
 | 
 | ||||||
| @ -158,9 +134,10 @@ Arc is available under the terms the GPL-3.0. See `COPYING` for details. | |||||||
|  |  | ||||||
| <sub>Screenshot Details: Icons: [Numix Circle](https://github.com/numixproject/numix-icon-theme-circle) | [Wallpaper](https://github.com/GNOME/gnome-backgrounds/blob/master/backgrounds/Waves.jpg) | Font: [Source Sans Pro](https://github.com/adobe-fonts/source-sans-pro)</sub> | <sub>Screenshot Details: Icons: [Numix Circle](https://github.com/numixproject/numix-icon-theme-circle) | [Wallpaper](https://github.com/GNOME/gnome-backgrounds/blob/master/backgrounds/Waves.jpg) | Font: [Source Sans Pro](https://github.com/adobe-fonts/source-sans-pro)</sub> | ||||||
| 
 | 
 | ||||||
|  | ## Bugs | ||||||
|  | f you find a bug, please report it at https://github.com/andreisergiu98/arc-flatabulous-theme/issues | ||||||
| 
 | 
 | ||||||
| ### Credits | ### Credits | ||||||
| * **horst3180** for creating the [Arc](https://github.com/horst3180/arc-theme) theme. | * **horst3180** for creating the [Arc](https://github.com/horst3180/arc-theme) theme. | ||||||
|  | * **NicoHood** and **fossfreedom** for maintaining [Arc](https://github.com/NicoHood/arc-theme). | ||||||
| * **Anmol Jagetia** for creating the [Flatabulous](https://github.com/anmoljagetia/Flatabulous) theme. | * **Anmol Jagetia** for creating the [Flatabulous](https://github.com/anmoljagetia/Flatabulous) theme. | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
|  | |||||||
| @ -1,148 +0,0 @@ | |||||||
| #!/bin/sh |  | ||||||
| 
 |  | ||||||
| # Script to upgrade/install the arc-theme |  | ||||||
| 
 |  | ||||||
| #URL |  | ||||||
| theme_name=arc-flatabulous-theme |  | ||||||
| 
 |  | ||||||
| # Theme name |  | ||||||
| download_url=https://github.com/andreisergiu98/$theme_name/archive/master.tar.gz |  | ||||||
| 
 |  | ||||||
| # for test purporses only (the repo needs to have this script) |  | ||||||
| # download_url=https://github.com/leoheck/$theme_name/archive/master.tar.gz |  | ||||||
| 
 |  | ||||||
| # Tempdir |  | ||||||
| tempdir=/tmp/$theme_name |  | ||||||
| 
 |  | ||||||
| # Directories |  | ||||||
| lightdir=/usr/share/themes/Arc-Flatabulous |  | ||||||
| darkerdir=/usr/share/themes/Arc-Flatabulous-Darker |  | ||||||
| darkdir=/usr/share/themes/Arc-Flatabulous-Dark |  | ||||||
| 
 |  | ||||||
| userlightdir=$HOME/.themes/Arc-Flatabulous |  | ||||||
| userdarkerdir=$HOME/.themes/Arc-Flatabulous-Darker |  | ||||||
| userdarkdir=$HOME/.themes/Arc-Flatabulous-Dark |  | ||||||
| 
 |  | ||||||
| userlightdir2=$HOME/local/share/themes/Arc-Flatabulous |  | ||||||
| userdarkerdir2=$HOME/local/share/themes/Arc-Flatabulous-Darker |  | ||||||
| userdarkdir2=$HOME/local/share/themes/Arc-Flatabulous-Dark |  | ||||||
| 
 |  | ||||||
| #Functions |  | ||||||
| show_error() { |  | ||||||
| printf "\033[1;31m$@\033[0m\n" |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| check_root() { |  | ||||||
|   if [ "$(id -u)" -ne 0 ]; then |  | ||||||
|     show_error "This script has to be run as root" |  | ||||||
|     echo |  | ||||||
|     exec sudo "$0" "$@" # Instead of exit, just re-execute as root |  | ||||||
|   fi |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| check_command() { |  | ||||||
|   fail=false |  | ||||||
| 
 |  | ||||||
|   for i in "$@" |  | ||||||
|   do |  | ||||||
|     command -v $i >/dev/null 2>&1 || { show_error >&2 "This script requires "$i" but it's not installed."; fail=true; } |  | ||||||
|   done |  | ||||||
| 
 |  | ||||||
|   if [ "$fail" = true ]; then |  | ||||||
|     echo |  | ||||||
|     echo "Aborting." |  | ||||||
|     echo |  | ||||||
|     exit 1; |  | ||||||
|   fi |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| check_directories() { |  | ||||||
|   dirfound=false |  | ||||||
| 
 |  | ||||||
|   echo "Checking if theme is installed..." |  | ||||||
|   echo |  | ||||||
| 
 |  | ||||||
|   for i in "$@" |  | ||||||
|   do |  | ||||||
|     if [ -d "$i" ]; then |  | ||||||
|       echo "Found $i" |  | ||||||
|       dirfound=true |  | ||||||
|     fi |  | ||||||
|   done |  | ||||||
| 
 |  | ||||||
|   if [ "$dirfound" = true ]; then |  | ||||||
|     echo |  | ||||||
|     echo "The above directories will be overwritten." |  | ||||||
|   fi |  | ||||||
| 
 |  | ||||||
|   if [ "$dirfound" = false ]; then |  | ||||||
|     echo "Theme is not installed." |  | ||||||
|   fi |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| install_theme() { |  | ||||||
|   # Clean tempdir |  | ||||||
|   rm -rf $tempdir && mkdir $tempdir && cd $tempdir |  | ||||||
| 
 |  | ||||||
|   # Get the sources && Remove current installation only if download and unpack are successful |  | ||||||
|   wget $download_url && tar xf master.tar.gz && rm -rf $lightdir $darkerdir $darkdir && cd "$theme_name"-master  |  | ||||||
| 
 |  | ||||||
|   # Build and install |  | ||||||
|   ./autogen.sh --prefix=/usr |  | ||||||
|   make install |  | ||||||
| 
 |  | ||||||
|   # Install this script |  | ||||||
|   if [ -f $(basename $0) ]; then |  | ||||||
|     if [ ! -f /usr/bin/$(basename $0) ]; then |  | ||||||
|       echo |  | ||||||
|       read -r -p "Do you like to install the $(basename $0) for future upgrades? [y/N] " response |  | ||||||
|       case $response in |  | ||||||
|         [yY][eE][sS]|[yY]) |  | ||||||
|           echo "Installing $(basename $0) on /usr/bin/" |  | ||||||
|           cp -r arc-flatabulous-theme-upgrade /usr/bin/ |  | ||||||
|           ;; |  | ||||||
|         *) |  | ||||||
|           echo "Aborted by user" |  | ||||||
|           exit 0; |  | ||||||
|         ;; |  | ||||||
|       esac |  | ||||||
|     else |  | ||||||
|       echo "Upgrading $(basename $0)" |  | ||||||
|       cp -f $(basename $0) /usr/bin/ |  | ||||||
|     fi |  | ||||||
|   fi |  | ||||||
| 
 |  | ||||||
|   # Remove the sources |  | ||||||
|   rm -rf $tempdir |  | ||||||
| 
 |  | ||||||
|   echo |  | ||||||
|   echo "Installation complete." |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| # Main part |  | ||||||
| clear |  | ||||||
| echo '################################################' |  | ||||||
| echo '#     Arc-Flatabulous Theme Install Script     #' |  | ||||||
| echo '################################################' |  | ||||||
| echo |  | ||||||
| 
 |  | ||||||
| #Check available commands |  | ||||||
| check_command automake wget pkg-config autoconf make tar |  | ||||||
| 
 |  | ||||||
| #Check if we are root |  | ||||||
| check_root |  | ||||||
| 
 |  | ||||||
| #Check if theme is installed |  | ||||||
| check_directories $lightdir $darkerdir $darkdir |  | ||||||
| 
 |  | ||||||
| echo |  | ||||||
| read -r -p "Do you want to continue installation? [y/N] " response |  | ||||||
| case $response in |  | ||||||
|   [yY][eE][sS]|[yY])  |  | ||||||
|     install_theme |  | ||||||
|     ;; |  | ||||||
|   *) |  | ||||||
|     echo "Aborted by user" |  | ||||||
|     exit 0; |  | ||||||
|     ;; |  | ||||||
| esac |  | ||||||
| @ -37,6 +37,8 @@ if ENABLE_CINNAMON | |||||||
| 
 | 
 | ||||||
| 	cd $(srcdir)/cinnamon && cp thumbnail.png $(ithemedir)/cinnamon | 	cd $(srcdir)/cinnamon && cp thumbnail.png $(ithemedir)/cinnamon | ||||||
| 
 | 
 | ||||||
|  | 	sassc $(srcdir)/cinnamon/sass/cinnamon.scss $(srcdir)/cinnamon/cinnamon.css; | ||||||
|  | 
 | ||||||
| 	cd $(srcdir)/cinnamon && cp -R \
 | 	cd $(srcdir)/cinnamon && cp -R \
 | ||||||
| 		common-assets \
 | 		common-assets \
 | ||||||
| 		light-assets \
 | 		light-assets \
 | ||||||
| @ -48,6 +50,8 @@ if ENABLE_DARK | |||||||
| 
 | 
 | ||||||
| 	cd $(srcdir)/cinnamon && cp thumbnail-dark.png $(ithemedarkdir)/cinnamon/thumbnail.png | 	cd $(srcdir)/cinnamon && cp thumbnail-dark.png $(ithemedarkdir)/cinnamon/thumbnail.png | ||||||
| 
 | 
 | ||||||
|  | 	sassc $(srcdir)/cinnamon/sass/cinnamon-dark.scss $(srcdir)/cinnamon/cinnamon-dark.css; | ||||||
|  | 
 | ||||||
| 	cd $(srcdir)/cinnamon && cp -R \
 | 	cd $(srcdir)/cinnamon && cp -R \
 | ||||||
| 		common-assets \
 | 		common-assets \
 | ||||||
| 		dark-assets \
 | 		dark-assets \
 | ||||||
| @ -64,6 +68,8 @@ endif # ENABLE_GNOME_SHELL | |||||||
| if ENABLE_GNOME_SHELL | if ENABLE_GNOME_SHELL | ||||||
| 	$(MKDIR_P) $(ithemedir)/gnome-shell | 	$(MKDIR_P) $(ithemedir)/gnome-shell | ||||||
| 
 | 
 | ||||||
|  | 	sassc $(srcdir)/gnome-shell/$(GNOME_VERSION)/sass/gnome-shell.scss $(srcdir)/gnome-shell/$(GNOME_VERSION)/gnome-shell.css; | ||||||
|  | 
 | ||||||
| 	cd $(srcdir)/gnome-shell/$(GNOME_VERSION) && cp -R \
 | 	cd $(srcdir)/gnome-shell/$(GNOME_VERSION) && cp -R \
 | ||||||
| 		common-assets \
 | 		common-assets \
 | ||||||
| 		light-assets \
 | 		light-assets \
 | ||||||
| @ -73,6 +79,8 @@ if ENABLE_GNOME_SHELL | |||||||
| if ENABLE_DARK | if ENABLE_DARK | ||||||
| 	$(MKDIR_P) $(ithemedarkdir)/gnome-shell | 	$(MKDIR_P) $(ithemedarkdir)/gnome-shell | ||||||
| 
 | 
 | ||||||
|  | 	sassc $(srcdir)/gnome-shell/$(GNOME_VERSION)/sass/gnome-shell-dark.scss $(srcdir)/gnome-shell/$(GNOME_VERSION)/gnome-shell-dark.css; | ||||||
|  | 
 | ||||||
| 	cd $(srcdir)/gnome-shell/$(GNOME_VERSION) && cp -R \
 | 	cd $(srcdir)/gnome-shell/$(GNOME_VERSION) && cp -R \
 | ||||||
| 		common-assets \
 | 		common-assets \
 | ||||||
| 		dark-assets \
 | 		dark-assets \
 | ||||||
| @ -140,6 +148,9 @@ if ENABLE_LIGHT | |||||||
| 
 | 
 | ||||||
| 	cd $(srcdir)/gtk-3.0 && cp thumbnail.png $(ithemedir)/gtk-3.0 | 	cd $(srcdir)/gtk-3.0 && cp thumbnail.png $(ithemedir)/gtk-3.0 | ||||||
| 
 | 
 | ||||||
|  | 	sassc $(srcdir)/gtk-3.0/$(GNOME_VERSION)/sass/gtk.scss $(srcdir)/gtk-3.0/$(GNOME_VERSION)/gtk.css; | ||||||
|  | 	sassc $(srcdir)/gtk-3.0/$(GNOME_VERSION)/sass/gtk-dark.scss $(srcdir)/gtk-3.0/$(GNOME_VERSION)/gtk-dark.css; | ||||||
|  | 
 | ||||||
| 	cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
 | 	cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
 | ||||||
| 		assets \
 | 		assets \
 | ||||||
| 		gtk.css \
 | 		gtk.css \
 | ||||||
| @ -152,6 +163,10 @@ if ENABLE_DARKER | |||||||
| 
 | 
 | ||||||
| 	cd $(srcdir)/gtk-3.0 && cp thumbnail.png $(ithemedarkerdir)/gtk-3.0 | 	cd $(srcdir)/gtk-3.0 && cp thumbnail.png $(ithemedarkerdir)/gtk-3.0 | ||||||
| 
 | 
 | ||||||
|  | 	sassc $(srcdir)/gtk-3.0/$(GNOME_VERSION)/sass/gtk-dark.scss $(srcdir)/gtk-3.0/$(GNOME_VERSION)/gtk-dark.css; | ||||||
|  | 	sassc $(srcdir)/gtk-3.0/$(GNOME_VERSION)/sass/gtk-darker.scss $(srcdir)/gtk-3.0/$(GNOME_VERSION)/gtk-darker.css; | ||||||
|  | 	sassc $(srcdir)/gtk-3.0/$(GNOME_VERSION)/sass/gtk.scss $(srcdir)/gtk-3.0/$(GNOME_VERSION)/gtk.css; | ||||||
|  | 
 | ||||||
| 	cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
 | 	cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
 | ||||||
| 		assets \
 | 		assets \
 | ||||||
| 		gtk-dark.css \
 | 		gtk-dark.css \
 | ||||||
| @ -171,6 +186,9 @@ if ENABLE_DARK | |||||||
| 		assets \
 | 		assets \
 | ||||||
| 		$(ithemedarkdir)/gtk-3.0 | 		$(ithemedarkdir)/gtk-3.0 | ||||||
| 
 | 
 | ||||||
|  | 	sassc $(srcdir)/gtk-3.0/$(GNOME_VERSION)/sass/gtk-dark.scss $(srcdir)/gtk-3.0/$(GNOME_VERSION)/gtk-dark.css; | ||||||
|  | 	sassc $(srcdir)/gtk-3.0/$(GNOME_VERSION)/sass/gtk.scss $(srcdir)/gtk-3.0/$(GNOME_VERSION)/gtk.css; | ||||||
|  | 
 | ||||||
| 	cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
 | 	cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
 | ||||||
| 		gtk-dark.css \
 | 		gtk-dark.css \
 | ||||||
| 		$(ithemedarkdir)/gtk-3.0/gtk.css | 		$(ithemedarkdir)/gtk-3.0/gtk.css | ||||||
| @ -179,6 +197,11 @@ endif # ENABLE_DARK | |||||||
| if !ENABLE_TRANSPARENCY | if !ENABLE_TRANSPARENCY | ||||||
| 
 | 
 | ||||||
| if ENABLE_LIGHT | if ENABLE_LIGHT | ||||||
|  | 	sassc $(srcdir)/gtk-3.0/$(GNOME_VERSION)/sass/gtk-solid.scss $(srcdir)/gtk-3.0/$(GNOME_VERSION)/gtk-solid.css; | ||||||
|  | 	sassc $(srcdir)/gtk-3.0/$(GNOME_VERSION)/sass/gtk-solid-dark.scss $(srcdir)/gtk-3.0/$(GNOME_VERSION)/gtk-solid-dark.css; | ||||||
|  | 	sassc $(srcdir)/gtk-3.0/$(GNOME_VERSION)/sass/gtk.scss $(srcdir)/gtk-3.0/$(GNOME_VERSION)/gtk.css; | ||||||
|  | 	sassc $(srcdir)/gtk-3.0/$(GNOME_VERSION)/sass/gtk-dark.scss $(srcdir)/gtk-3.0/$(GNOME_VERSION)/gtk-dark.css; | ||||||
|  | 
 | ||||||
| 	cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
 | 	cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
 | ||||||
| 		gtk-solid.css \
 | 		gtk-solid.css \
 | ||||||
| 		$(ithemedir)/gtk-3.0/gtk.css | 		$(ithemedir)/gtk-3.0/gtk.css | ||||||
| @ -189,6 +212,11 @@ if ENABLE_LIGHT | |||||||
| endif # ENABLE_LIGHT
 | endif # ENABLE_LIGHT
 | ||||||
| 
 | 
 | ||||||
| if ENABLE_DARKER | if ENABLE_DARKER | ||||||
|  | 	sassc $(srcdir)/gtk-3.0/$(GNOME_VERSION)/sass/gtk-solid-darker.scss $(srcdir)/gtk-3.0/$(GNOME_VERSION)/gtk-solid-darker.css; | ||||||
|  | 	sassc $(srcdir)/gtk-3.0/$(GNOME_VERSION)/sass/gtk-solid-dark.scss $(srcdir)/gtk-3.0/$(GNOME_VERSION)/gtk-solid-dark.css; | ||||||
|  | 	sassc $(srcdir)/gtk-3.0/$(GNOME_VERSION)/sass/gtk.scss $(srcdir)/gtk-3.0/$(GNOME_VERSION)/gtk.css; | ||||||
|  | 	sassc $(srcdir)/gtk-3.0/$(GNOME_VERSION)/sass/gtk-dark.scss $(srcdir)/gtk-3.0/$(GNOME_VERSION)/gtk-dark.css; | ||||||
|  | 
 | ||||||
| 	cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
 | 	cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
 | ||||||
| 		gtk-solid-darker.css \
 | 		gtk-solid-darker.css \
 | ||||||
| 		$(ithemedarkerdir)/gtk-3.0/gtk.css | 		$(ithemedarkerdir)/gtk-3.0/gtk.css | ||||||
| @ -199,6 +227,9 @@ if ENABLE_DARKER | |||||||
| endif # ENABLE_DARKER
 | endif # ENABLE_DARKER
 | ||||||
| 
 | 
 | ||||||
| if ENABLE_DARK | if ENABLE_DARK | ||||||
|  | 	sassc $(srcdir)/gtk-3.0/$(GNOME_VERSION)/sass/gtk-solid-dark.scss $(srcdir)/gtk-3.0/$(GNOME_VERSION)/gtk-solid-dark.css; | ||||||
|  | 	sassc $(srcdir)/gtk-3.0/$(GNOME_VERSION)/sass/gtk.scss $(srcdir)/gtk-3.0/$(GNOME_VERSION)/gtk.css; | ||||||
|  | 
 | ||||||
| 	cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
 | 	cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
 | ||||||
| 		gtk-solid-dark.css \
 | 		gtk-solid-dark.css \
 | ||||||
| 		$(ithemedarkdir)/gtk-3.0/gtk.css | 		$(ithemedarkdir)/gtk-3.0/gtk.css | ||||||
|  | |||||||
| @ -1099,7 +1099,6 @@ StScrollBar { | |||||||
| // | // | ||||||
| .menu { | .menu { | ||||||
|   &-favorites-box { |   &-favorites-box { | ||||||
|     margin: auto; |  | ||||||
|     padding: 10px; |     padding: 10px; | ||||||
|     transition-duration: 300; |     transition-duration: 300; | ||||||
|     background-color: $bg_color; |     background-color: $bg_color; | ||||||
| @ -1116,7 +1115,6 @@ StScrollBar { | |||||||
|   &-places { |   &-places { | ||||||
| 
 | 
 | ||||||
|     &-box { |     &-box { | ||||||
|       margin: auto; |  | ||||||
|       padding: 10px; |       padding: 10px; | ||||||
|       border: 0px solid red; |       border: 0px solid red; | ||||||
|     } |     } | ||||||
| @ -1512,6 +1510,18 @@ StScrollBar { | |||||||
|     .panel-left & { border-left-width: 1px; padding-left: 0; } |     .panel-left & { border-left-width: 1px; padding-left: 0; } | ||||||
|     .panel-right & { border-right-width: 1px; padding-right: 0; } |     .panel-right & { border-right-width: 1px; padding-right: 0; } | ||||||
|   } |   } | ||||||
|  | 
 | ||||||
|  |   .panel-bottom & { | ||||||
|  |     margin-top: 0; | ||||||
|  |     margin-bottom: 0; | ||||||
|  |   } | ||||||
|  | 
 | ||||||
|  |   .panel-top & { | ||||||
|  |     margin-top: 0; | ||||||
|  |     margin-bottom: 0; | ||||||
|  |     padding-top: 0; | ||||||
|  |   } | ||||||
|  | 
 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // | // | ||||||
|  | |||||||
| @ -1,162 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-active-bottom.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1324" |  | ||||||
|      inkscape:window-height="604" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="23.008712" |  | ||||||
|      inkscape:cx="-0.3592836" |  | ||||||
|      inkscape:cy="11.362012" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        gradientTransform="translate(149.89798,-183)" |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4179" |  | ||||||
|        x1="16.551008" |  | ||||||
|        y1="162.13155" |  | ||||||
|        x2="16.551008" |  | ||||||
|        y2="172" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4177" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          rx="1.2335529" |  | ||||||
|          style="display:inline;opacity:1;fill:url(#linearGradient4179);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4145-3" |  | ||||||
|          width="8.6348982" |  | ||||||
|          height="9.8684559" |  | ||||||
|          x="162.13155" |  | ||||||
|          y="-20.868458" |  | ||||||
|          ry="1.2335529" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|       <rect |  | ||||||
|          rx="1.2335529" |  | ||||||
|          style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none" |  | ||||||
|          id="rect4145-3-8" |  | ||||||
|          width="8.6348982" |  | ||||||
|          height="9.8684559" |  | ||||||
|          x="162.13155" |  | ||||||
|          y="-20.868458" |  | ||||||
|          ry="1.2335529" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.7 KiB | 
| @ -1,160 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-active-right.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1324" |  | ||||||
|      inkscape:window-height="604" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="16.269616" |  | ||||||
|      inkscape:cx="0.28877281" |  | ||||||
|      inkscape:cy="11.099631" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        gradientTransform="translate(-1.2335588,-1.3608766e-5)" |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4179" |  | ||||||
|        x1="16.551008" |  | ||||||
|        y1="162.13155" |  | ||||||
|        x2="16.551008" |  | ||||||
|        y2="172" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4177" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          rx="1.2335529" |  | ||||||
|          style="display:inline;opacity:1;fill:url(#linearGradient4179);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4145-3" |  | ||||||
|          width="8.6348982" |  | ||||||
|          height="9.8684559" |  | ||||||
|          x="11.000002" |  | ||||||
|          y="162.13155" |  | ||||||
|          ry="1.2335529" /> |  | ||||||
|       <rect |  | ||||||
|          rx="1.2335529" |  | ||||||
|          style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none" |  | ||||||
|          id="rect4145-3-8" |  | ||||||
|          width="8.6348982" |  | ||||||
|          height="9.8684559" |  | ||||||
|          x="11.000002" |  | ||||||
|          y="162.13155" |  | ||||||
|          ry="1.2335529" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.6 KiB | 
| @ -1,162 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-active-top.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1324" |  | ||||||
|      inkscape:window-height="604" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="11.504356" |  | ||||||
|      inkscape:cx="-2.570756" |  | ||||||
|      inkscape:cy="2.5931873" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        gradientTransform="translate(151.13154,-183.00001)" |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4179" |  | ||||||
|        x1="16.551008" |  | ||||||
|        y1="162.13155" |  | ||||||
|        x2="16.551008" |  | ||||||
|        y2="172" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4177" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          rx="1.2335529" |  | ||||||
|          style="display:inline;opacity:1;fill:url(#linearGradient4179);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4145-3" |  | ||||||
|          width="8.6348982" |  | ||||||
|          height="9.8684559" |  | ||||||
|          x="163.3651" |  | ||||||
|          y="-20.868458" |  | ||||||
|          ry="1.2335529" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|       <rect |  | ||||||
|          rx="1.2335529" |  | ||||||
|          style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none" |  | ||||||
|          id="rect4145-3-8" |  | ||||||
|          width="8.6348982" |  | ||||||
|          height="9.8684559" |  | ||||||
|          x="163.3651" |  | ||||||
|          y="-20.868458" |  | ||||||
|          ry="1.2335529" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.7 KiB | 
| @ -1,159 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-active.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1324" |  | ||||||
|      inkscape:window-height="604" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="16.269617" |  | ||||||
|      inkscape:cx="3.8757831" |  | ||||||
|      inkscape:cy="6.3385392" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4177" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4179" |  | ||||||
|        x1="16.551009" |  | ||||||
|        y1="162.13155" |  | ||||||
|        x2="16.551009" |  | ||||||
|        y2="172" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          rx="1.2335529" |  | ||||||
|          style="display:inline;opacity:1;fill:url(#linearGradient4179);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4145-3" |  | ||||||
|          width="8.6348982" |  | ||||||
|          height="9.8684559" |  | ||||||
|          x="12.23356" |  | ||||||
|          y="162.13155" |  | ||||||
|          ry="1.2335529" /> |  | ||||||
|       <rect |  | ||||||
|          rx="1.2335529" |  | ||||||
|          style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none" |  | ||||||
|          id="rect4145-3-8" |  | ||||||
|          width="8.6348982" |  | ||||||
|          height="9.8684559" |  | ||||||
|          x="12.23356" |  | ||||||
|          y="162.13155" |  | ||||||
|          ry="1.2335529" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.5 KiB | 
| @ -1,152 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-hover-bottom.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1324" |  | ||||||
|      inkscape:window-height="604" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="23.008712" |  | ||||||
|      inkscape:cx="-0.8399375" |  | ||||||
|      inkscape:cy="7.8850683" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        gradientTransform="translate(149.89799,-183.00001)" |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4149" |  | ||||||
|        x1="16.551008" |  | ||||||
|        y1="162.13155" |  | ||||||
|        x2="16.551008" |  | ||||||
|        y2="172" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4147" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          rx="1.2335529" |  | ||||||
|          style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4145-8" |  | ||||||
|          width="8.6348982" |  | ||||||
|          height="9.8684559" |  | ||||||
|          x="162.13155" |  | ||||||
|          y="-20.868458" |  | ||||||
|          ry="1.2335529" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.4 KiB | 
| @ -1,151 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-hover-right.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1324" |  | ||||||
|      inkscape:window-height="604" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="23.008712" |  | ||||||
|      inkscape:cx="-5.6929312" |  | ||||||
|      inkscape:cy="6.1465964" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        gradientTransform="translate(-1.2335573,-1.0622696e-5)" |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4149" |  | ||||||
|        x1="16.551008" |  | ||||||
|        y1="162.13155" |  | ||||||
|        x2="16.551008" |  | ||||||
|        y2="172" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4147" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          rx="1.2335529" |  | ||||||
|          style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4145-6" |  | ||||||
|          width="8.6348982" |  | ||||||
|          height="9.8684559" |  | ||||||
|          x="11.000002" |  | ||||||
|          y="162.13155" |  | ||||||
|          ry="1.2335529" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.3 KiB | 
| @ -1,152 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-hover-top.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1324" |  | ||||||
|      inkscape:window-height="604" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="23.008712" |  | ||||||
|      inkscape:cx="8.2148443" |  | ||||||
|      inkscape:cy="9.6235403" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        gradientTransform="translate(151.13154,-183.00001)" |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4149" |  | ||||||
|        x1="16.551008" |  | ||||||
|        y1="162.13155" |  | ||||||
|        x2="16.551008" |  | ||||||
|        y2="172" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4147" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          rx="1.2335529" |  | ||||||
|          style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4145-6" |  | ||||||
|          width="8.6348982" |  | ||||||
|          height="9.8684559" |  | ||||||
|          x="163.3651" |  | ||||||
|          y="-20.868458" |  | ||||||
|          ry="1.2335529" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.4 KiB | 
| @ -1,149 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-hover.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1324" |  | ||||||
|      inkscape:window-height="604" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="23.008712" |  | ||||||
|      inkscape:cx="0.978861" |  | ||||||
|      inkscape:cy="6.23352" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4147" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4149" |  | ||||||
|        x1="16.551008" |  | ||||||
|        y1="162.13155" |  | ||||||
|        x2="16.551008" |  | ||||||
|        y2="172" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4145" |  | ||||||
|          width="8.6348982" |  | ||||||
|          height="9.8684559" |  | ||||||
|          x="12.233559" |  | ||||||
|          y="162.13155" |  | ||||||
|          ry="1.2335529" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.2 KiB | 
| @ -1,160 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-running-active-bottom.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-height="716" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="23.008712" |  | ||||||
|      inkscape:cx="0.3482588" |  | ||||||
|      inkscape:cy="8.1834941" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        gradientTransform="translate(-183.00001,-159.76644)" |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4149" |  | ||||||
|        x1="167.06577" |  | ||||||
|        y1="-12.233559" |  | ||||||
|        x2="167.06577" |  | ||||||
|        y2="-11.000002" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4147" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4147-3" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="-18.40134" |  | ||||||
|          y="-172" |  | ||||||
|          rx="0" |  | ||||||
|          transform="scale(-1,-1)" /> |  | ||||||
|       <rect |  | ||||||
|          style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none" |  | ||||||
|          id="rect4147-6" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="-18.40134" |  | ||||||
|          y="-172" |  | ||||||
|          rx="0" |  | ||||||
|          transform="scale(-1,-1)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.6 KiB | 
| @ -1,160 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-running-active-right.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-height="716" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="23.008712" |  | ||||||
|      inkscape:cx="2.0867307" |  | ||||||
|      inkscape:cy="8.1834941" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        gradientTransform="translate(-1.3822986e-5,-8.6348988)" |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4149" |  | ||||||
|        x1="167.06577" |  | ||||||
|        y1="-12.233559" |  | ||||||
|        x2="167.06577" |  | ||||||
|        y2="-11.000002" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4147" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4147-3" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="164.59866" |  | ||||||
|          y="-20.868458" |  | ||||||
|          rx="0" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|       <rect |  | ||||||
|          style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none" |  | ||||||
|          id="rect4147-9" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="164.59866" |  | ||||||
|          y="-20.868458" |  | ||||||
|          rx="0" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.6 KiB | 
| @ -1,160 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-running-active-top.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-height="716" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="23.008712" |  | ||||||
|      inkscape:cx="2.0867307" |  | ||||||
|      inkscape:cy="11.660438" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        gradientTransform="translate(-183.00002,-151.13154)" |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4149" |  | ||||||
|        x1="167.06577" |  | ||||||
|        y1="-12.233559" |  | ||||||
|        x2="167.06577" |  | ||||||
|        y2="-11.000002" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4147" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4147-3" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="-18.401337" |  | ||||||
|          y="-163.3651" |  | ||||||
|          rx="0" |  | ||||||
|          transform="scale(-1,-1)" /> |  | ||||||
|       <rect |  | ||||||
|          style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none" |  | ||||||
|          id="rect4147-32" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="-18.401337" |  | ||||||
|          y="-163.3651" |  | ||||||
|          rx="0" |  | ||||||
|          transform="scale(-1,-1)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.6 KiB | 
| @ -1,160 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-running-active.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-height="716" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="23.008712" |  | ||||||
|      inkscape:cx="-3.367725" |  | ||||||
|      inkscape:cy="6.5319458" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        gradientTransform="translate(-1.1080329e-5,-1.6028836e-7)" |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4149" |  | ||||||
|        x1="167.06577" |  | ||||||
|        y1="-12.233559" |  | ||||||
|        x2="167.06577" |  | ||||||
|        y2="-11.000002" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4147" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4147-3" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="164.59866" |  | ||||||
|          y="-12.233559" |  | ||||||
|          rx="0" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|       <rect |  | ||||||
|          style="opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none" |  | ||||||
|          id="rect4147" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="164.59866" |  | ||||||
|          y="-12.233559" |  | ||||||
|          rx="0" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.6 KiB | 
| @ -1,151 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-running-bottom.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-height="716" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="23.008712" |  | ||||||
|      inkscape:cx="3.8903954" |  | ||||||
|      inkscape:cy="6.4073672" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        gradientTransform="translate(-183,-159.76643)" |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4149" |  | ||||||
|        x1="167.06577" |  | ||||||
|        y1="-12.233559" |  | ||||||
|        x2="167.06577" |  | ||||||
|        y2="-11.000002" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4147" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4147-4" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="-18.40134" |  | ||||||
|          y="-172" |  | ||||||
|          rx="0" |  | ||||||
|          transform="scale(-1,-1)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.3 KiB | 
| @ -1,160 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-running-hover-bottom.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-height="716" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="23.008712" |  | ||||||
|      inkscape:cx="2.3235185" |  | ||||||
|      inkscape:cy="6.4073672" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        gradientTransform="translate(-183.00003,-159.76643)" |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4149" |  | ||||||
|        x1="167.06577" |  | ||||||
|        y1="-12.233559" |  | ||||||
|        x2="167.06577" |  | ||||||
|        y2="-11.000002" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4147" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4147-3" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="-18.40134" |  | ||||||
|          y="-171.99998" |  | ||||||
|          rx="0" |  | ||||||
|          transform="scale(-1,-1)" /> |  | ||||||
|       <rect |  | ||||||
|          style="display:inline;opacity:1;fill:#ffffff;fill-opacity:0.37254902;stroke:none" |  | ||||||
|          id="rect4147-9" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="-18.40134" |  | ||||||
|          y="-171.99998" |  | ||||||
|          rx="0" |  | ||||||
|          transform="scale(-1,-1)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.6 KiB | 
| @ -1,160 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-running-hover-right.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-height="716" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="23.008712" |  | ||||||
|      inkscape:cx="7.3021465" |  | ||||||
|      inkscape:cy="8.1458391" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        gradientTransform="translate(-3.1115113e-5,-8.634898)" |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4149" |  | ||||||
|        x1="167.06577" |  | ||||||
|        y1="-12.233559" |  | ||||||
|        x2="167.06577" |  | ||||||
|        y2="-11.000002" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4147" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4147-3" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="164.59866" |  | ||||||
|          y="-20.868458" |  | ||||||
|          rx="0" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|       <rect |  | ||||||
|          style="display:inline;opacity:1;fill:#ffffff;fill-opacity:0.37254902;stroke:none" |  | ||||||
|          id="rect4147-9" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="164.59866" |  | ||||||
|          y="-20.868458" |  | ||||||
|          rx="0" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.6 KiB | 
| @ -1,160 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-running-hover-top.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-height="716" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="23.008712" |  | ||||||
|      inkscape:cx="10.77909" |  | ||||||
|      inkscape:cy="11.622783" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        gradientTransform="translate(-183.00003,-151.13153)" |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4149" |  | ||||||
|        x1="167.06577" |  | ||||||
|        y1="-12.233559" |  | ||||||
|        x2="167.06577" |  | ||||||
|        y2="-11.000002" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4147" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4147-3" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="-18.40134" |  | ||||||
|          y="-163.36511" |  | ||||||
|          rx="0" |  | ||||||
|          transform="scale(-1,-1)" /> |  | ||||||
|       <rect |  | ||||||
|          style="display:inline;opacity:1;fill:#ffffff;fill-opacity:0.37254902;stroke:none" |  | ||||||
|          id="rect4147-9" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="-18.40134" |  | ||||||
|          y="-163.36511" |  | ||||||
|          rx="0" |  | ||||||
|          transform="scale(-1,-1)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.6 KiB | 
| @ -1,160 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-running-hover.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-height="716" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="23.008712" |  | ||||||
|      inkscape:cx="-3.367725" |  | ||||||
|      inkscape:cy="6.4942908" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        gradientTransform="translate(-1.896529e-5,4.9366371e-7)" |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4149" |  | ||||||
|        x1="167.06577" |  | ||||||
|        y1="-12.233559" |  | ||||||
|        x2="167.06577" |  | ||||||
|        y2="-11.000002" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4147" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4147-3" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="164.59866" |  | ||||||
|          y="-12.233559" |  | ||||||
|          rx="0" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|       <rect |  | ||||||
|          style="display:inline;opacity:1;fill:#ffffff;fill-opacity:0.37254902;stroke:none" |  | ||||||
|          id="rect4147-9" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="164.59866" |  | ||||||
|          y="-12.233559" |  | ||||||
|          rx="0" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.6 KiB | 
| @ -1,151 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-running-right.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-height="716" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="23.008712" |  | ||||||
|      inkscape:cx="3.8252027" |  | ||||||
|      inkscape:cy="8.1458391" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        gradientTransform="translate(-1.453615e-5,-8.634898)" |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4149" |  | ||||||
|        x1="167.06577" |  | ||||||
|        y1="-12.233559" |  | ||||||
|        x2="167.06577" |  | ||||||
|        y2="-11.000002" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4147" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4147-0" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="164.59866" |  | ||||||
|          y="-20.868458" |  | ||||||
|          rx="0" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.3 KiB | 
| @ -1,151 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-running-top.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-height="716" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="23.008712" |  | ||||||
|      inkscape:cx="0.3482588" |  | ||||||
|      inkscape:cy="13.361255" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        gradientTransform="translate(-183.00001,-151.13153)" |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4149" |  | ||||||
|        x1="167.06577" |  | ||||||
|        y1="-12.233559" |  | ||||||
|        x2="167.06577" |  | ||||||
|        y2="-11.000002" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4147" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4147-3" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="-18.40134" |  | ||||||
|          y="-163.3651" |  | ||||||
|          rx="0" |  | ||||||
|          transform="scale(-1,-1)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.3 KiB | 
| @ -1,150 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7355" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-running.svg"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4175"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-height="716" |  | ||||||
|      id="namedview4173" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:zoom="23.008712" |  | ||||||
|      inkscape:cx="3.5861627" |  | ||||||
|      inkscape:cy="9.9712347" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:current-layer="g30864" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4145" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs7357"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4147" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36429" |  | ||||||
|        id="radialGradient7461" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" |  | ||||||
|        cx="47.428951" |  | ||||||
|        cy="167.16817" |  | ||||||
|        fx="47.428951" |  | ||||||
|        fy="167.16817" |  | ||||||
|        r="37" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36429"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36431" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36433" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient36471" |  | ||||||
|        id="radialGradient7463" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" |  | ||||||
|        cx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        fy="242.50381" |  | ||||||
|        r="37.00671" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient36471"> |  | ||||||
|       <stop |  | ||||||
|          id="stop36473" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop36475" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        r="37.00671" |  | ||||||
|        fy="242.50381" |  | ||||||
|        fx="49.067139" |  | ||||||
|        cy="242.50381" |  | ||||||
|        cx="49.067139" |  | ||||||
|        gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        id="radialGradient7488" |  | ||||||
|        xlink:href="#linearGradient36471" /> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4149" |  | ||||||
|        x1="167.06577" |  | ||||||
|        y1="-12.233559" |  | ||||||
|        x2="167.06577" |  | ||||||
|        y2="-11.000002" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-376.55274)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        id="g30864" |  | ||||||
|        transform="translate(255.223,70.118091)"> |  | ||||||
|       <rect |  | ||||||
|          style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4147" |  | ||||||
|          width="4.9342208" |  | ||||||
|          height="1.233557" |  | ||||||
|          x="164.59866" |  | ||||||
|          y="-12.233559" |  | ||||||
|          rx="0" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.3 KiB | 
| @ -1,72 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="48" |  | ||||||
|    height="48" |  | ||||||
|    viewBox="0 0 48 48.000001" |  | ||||||
|    id="svg4793" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="dash-left.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs4795" /> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="45.254834" |  | ||||||
|      inkscape:cx="43.604809" |  | ||||||
|      inkscape:cy="43.393322" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="false" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid5349" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4798"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1004.3622)"> |  | ||||||
|     <path |  | ||||||
|        style="display:inline;opacity:0.81;fill:#161a26;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        d="M 0 0 L 0 1 L 45 1 C 46.108 1 47 1.892 47 3 L 47 45 C 47 46.108 46.108 47 45 47 L 0 47 L 0 48 L 46 48 C 47.108 48 48 47.108 48 46 L 48 2 C 48 0.892 47.108 0 46 0 L 0 0 z " |  | ||||||
|        transform="translate(0,1004.3622)" |  | ||||||
|        id="rect4749-1" /> |  | ||||||
|     <path |  | ||||||
|        style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        d="m 45,1005.3622 c 1.108,0 2,0.892 2,2 l 0,42 c 0,1.108 -0.892,2 -2,2 l -45,0 0,-46 z" |  | ||||||
|        id="rect4749-48" |  | ||||||
|        inkscape:connector-curvature="0" |  | ||||||
|        sodipodi:nodetypes="csscccc" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.6 KiB | 
| @ -1,84 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    width="76" |  | ||||||
|    height="27" |  | ||||||
|    id="svg11252" |  | ||||||
|    version="1.1"> |  | ||||||
|   <defs |  | ||||||
|      id="defs11254"> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient39563-4-2" |  | ||||||
|        id="radialGradient68155-2-3" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1,0,0,0.3486842,0,317.8421)" |  | ||||||
|        cx="49" |  | ||||||
|        cy="488" |  | ||||||
|        fx="49" |  | ||||||
|        fy="488" |  | ||||||
|        r="38" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient39563-4-2"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop39565-1-4" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop39567-7-9" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        xlink:href="#linearGradient39573-6-1" |  | ||||||
|        id="radialGradient68157-0-8" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        cx="50.5" |  | ||||||
|        cy="487.5" |  | ||||||
|        fx="50.5" |  | ||||||
|        fy="487.5" |  | ||||||
|        r="10.5" /> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient39573-6-1"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop39575-5-6" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop39577-1-2" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(-337,-518.86218)"> |  | ||||||
|     <g |  | ||||||
|        id="g99967" |  | ||||||
|        style="display:inline" |  | ||||||
|        transform="translate(326,44.862171)"> |  | ||||||
|       <rect |  | ||||||
|          style="opacity:0.49375;color:#000000;fill:url(#radialGradient68155-2-3);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" |  | ||||||
|          id="rect99969" |  | ||||||
|          width="76" |  | ||||||
|          height="2" |  | ||||||
|          x="11" |  | ||||||
|          y="487" |  | ||||||
|          rx="0" |  | ||||||
|          ry="0" /> |  | ||||||
|       <path |  | ||||||
|          style="opacity:0.43125;color:#000000;fill:url(#radialGradient68157-0-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" |  | ||||||
|          id="path99971" |  | ||||||
|          d="M 61,487.5 C 61,493.29899 56.29899,498 50.5,498 44.70101,498 40,493.29899 40,487.5 40,481.70101 44.70101,477 50.5,477 c 5.79899,0 10.5,4.70101 10.5,10.5 z" |  | ||||||
|          transform="matrix(1.2857143,0,0,1.2857143,-14.428572,-139.28571)" /> |  | ||||||
|       <path |  | ||||||
|          transform="matrix(0.43589747,0,0,0.43589747,28.487179,275)" |  | ||||||
|          d="M 61,487.5 C 61,493.29899 56.29899,498 50.5,498 44.70101,498 40,493.29899 40,487.5 40,481.70101 44.70101,477 50.5,477 c 5.79899,0 10.5,4.70101 10.5,10.5 z" |  | ||||||
|          id="path99973" |  | ||||||
|          style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.9 KiB | 
| @ -1,77 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="48" |  | ||||||
|    height="48" |  | ||||||
|    viewBox="0 0 48 48.000001" |  | ||||||
|    id="svg4793" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="dash-right.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs4795" /> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="5.6568542" |  | ||||||
|      inkscape:cx="-0.050167206" |  | ||||||
|      inkscape:cy="27.067669" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="false" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid5349" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4798"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title></dc:title> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1004.3622)"> |  | ||||||
|     <g |  | ||||||
|        id="g4136" |  | ||||||
|        transform="matrix(-1,0,0,1,48,0)"> |  | ||||||
|       <path |  | ||||||
|          id="rect4749-1" |  | ||||||
|          transform="translate(0,1004.3622)" |  | ||||||
|          d="m 0,0 0,1 45,0 c 1.108,0 2,0.892 2,2 l 0,42 c 0,1.108 -0.892,2 -2,2 l -45,0 0,1 46,0 c 1.108,0 2,-0.892 2,-2 L 48,2 C 48,0.892 47.108,0 46,0 L 0,0 Z" |  | ||||||
|          style="display:inline;opacity:0.81000001;fill:#161a26;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|          inkscape:connector-curvature="0" /> |  | ||||||
|       <path |  | ||||||
|          sodipodi:nodetypes="csscccc" |  | ||||||
|          inkscape:connector-curvature="0" |  | ||||||
|          id="rect4749-48" |  | ||||||
|          d="m 45,1005.3622 c 1.108,0 2,0.892 2,2 l 0,42 c 0,1.108 -0.892,2 -2,2 l -45,0 0,-46 z" |  | ||||||
|          style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.7 KiB | 
| @ -1,162 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    inkscape:export-ydpi="90.000000" |  | ||||||
|    inkscape:export-xdpi="90.000000" |  | ||||||
|    width="28" |  | ||||||
|    height="4" |  | ||||||
|    id="svg11300" |  | ||||||
|    sodipodi:version="0.32" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="running1.svg" |  | ||||||
|    inkscape:output_extension="org.inkscape.output.svg.inkscape" |  | ||||||
|    version="1.0" |  | ||||||
|    style="display:inline;enable-background:new"> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      stroke="#ef2929" |  | ||||||
|      fill="#f57900" |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#808080" |  | ||||||
|      borderopacity="1" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="13.979167" |  | ||||||
|      inkscape:cx="-3.8479251" |  | ||||||
|      inkscape:cy="-0.62849914" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:grid-bbox="true" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:showpageshadow="true" |  | ||||||
|      inkscape:window-width="1600" |  | ||||||
|      inkscape:window-height="851" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="24" |  | ||||||
|      width="400px" |  | ||||||
|      height="300px" |  | ||||||
|      inkscape:snap-nodes="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      gridtolerance="10000" |  | ||||||
|      inkscape:object-nodes="true" |  | ||||||
|      inkscape:snap-grids="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:bbox-paths="false" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="false" |  | ||||||
|      inkscape:snap-bbox-midpoints="false" |  | ||||||
|      objecttolerance="10000" |  | ||||||
|      guidetolerance="10000" |  | ||||||
|      borderlayer="true" |  | ||||||
|      showborder="true" |  | ||||||
|      guidecolor="#ff0b00" |  | ||||||
|      guideopacity="1" |  | ||||||
|      guidehicolor="#001aff" |  | ||||||
|      guidehiopacity="0.49803922" |  | ||||||
|      inkscape:snap-smooth-nodes="false" |  | ||||||
|      inkscape:snap-page="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid3123" |  | ||||||
|        empspacing="4" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs3"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4137" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4139" |  | ||||||
|        x1="14" |  | ||||||
|        y1="298" |  | ||||||
|        x2="14" |  | ||||||
|        y2="300" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:creator> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:creator> |  | ||||||
|         <dc:source /> |  | ||||||
|         <cc:license |  | ||||||
|            rdf:resource="" /> |  | ||||||
|         <dc:title /> |  | ||||||
|         <dc:subject> |  | ||||||
|           <rdf:Bag /> |  | ||||||
|         </dc:subject> |  | ||||||
|         <dc:date /> |  | ||||||
|         <dc:rights> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:rights> |  | ||||||
|         <dc:publisher> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:publisher> |  | ||||||
|         <dc:identifier /> |  | ||||||
|         <dc:relation /> |  | ||||||
|         <dc:language /> |  | ||||||
|         <dc:coverage /> |  | ||||||
|         <dc:description /> |  | ||||||
|         <dc:contributor> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:contributor> |  | ||||||
|       </cc:Work> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      style="display:inline" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      inkscape:label="Base" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-296)"> |  | ||||||
|     <rect |  | ||||||
|        style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none" |  | ||||||
|        id="rect4270-9" |  | ||||||
|        width="8" |  | ||||||
|        height="2" |  | ||||||
|        x="10" |  | ||||||
|        y="298" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.3 KiB | 
| @ -1,169 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    inkscape:export-ydpi="90.000000" |  | ||||||
|    inkscape:export-xdpi="90.000000" |  | ||||||
|    width="28" |  | ||||||
|    height="4" |  | ||||||
|    id="svg11300" |  | ||||||
|    sodipodi:version="0.32" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="running2.svg" |  | ||||||
|    inkscape:output_extension="org.inkscape.output.svg.inkscape" |  | ||||||
|    version="1.0" |  | ||||||
|    style="display:inline;enable-background:new"> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      stroke="#ef2929" |  | ||||||
|      fill="#f57900" |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#808080" |  | ||||||
|      borderopacity="1" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="39.539055" |  | ||||||
|      inkscape:cx="13.094903" |  | ||||||
|      inkscape:cy="2.5928216" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:grid-bbox="true" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:showpageshadow="true" |  | ||||||
|      inkscape:window-width="1600" |  | ||||||
|      inkscape:window-height="851" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="24" |  | ||||||
|      width="400px" |  | ||||||
|      height="300px" |  | ||||||
|      inkscape:snap-nodes="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      gridtolerance="10000" |  | ||||||
|      inkscape:object-nodes="true" |  | ||||||
|      inkscape:snap-grids="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:bbox-paths="false" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="false" |  | ||||||
|      inkscape:snap-bbox-midpoints="false" |  | ||||||
|      objecttolerance="10000" |  | ||||||
|      guidetolerance="10000" |  | ||||||
|      borderlayer="true" |  | ||||||
|      showborder="true" |  | ||||||
|      guidecolor="#ff0b00" |  | ||||||
|      guideopacity="1" |  | ||||||
|      guidehicolor="#001aff" |  | ||||||
|      guidehiopacity="0.49803922" |  | ||||||
|      inkscape:snap-smooth-nodes="false" |  | ||||||
|      inkscape:snap-page="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid3123" |  | ||||||
|        empspacing="4" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs3"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4138" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4140" |  | ||||||
|        x1="11" |  | ||||||
|        y1="298" |  | ||||||
|        x2="11" |  | ||||||
|        y2="300" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:creator> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:creator> |  | ||||||
|         <dc:source /> |  | ||||||
|         <cc:license |  | ||||||
|            rdf:resource="" /> |  | ||||||
|         <dc:title /> |  | ||||||
|         <dc:subject> |  | ||||||
|           <rdf:Bag /> |  | ||||||
|         </dc:subject> |  | ||||||
|         <dc:date /> |  | ||||||
|         <dc:rights> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:rights> |  | ||||||
|         <dc:publisher> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:publisher> |  | ||||||
|         <dc:identifier /> |  | ||||||
|         <dc:relation /> |  | ||||||
|         <dc:language /> |  | ||||||
|         <dc:coverage /> |  | ||||||
|         <dc:description /> |  | ||||||
|         <dc:contributor> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:contributor> |  | ||||||
|       </cc:Work> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      style="display:inline" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      inkscape:label="Base" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-296)"> |  | ||||||
|     <rect |  | ||||||
|        style="opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none" |  | ||||||
|        id="rect4270-9" |  | ||||||
|        width="4" |  | ||||||
|        height="2" |  | ||||||
|        x="9" |  | ||||||
|        y="298" /> |  | ||||||
|     <rect |  | ||||||
|        y="298" |  | ||||||
|        x="15" |  | ||||||
|        height="2" |  | ||||||
|        width="4" |  | ||||||
|        id="rect4239" |  | ||||||
|        style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.5 KiB | 
| @ -1,176 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    inkscape:export-ydpi="90.000000" |  | ||||||
|    inkscape:export-xdpi="90.000000" |  | ||||||
|    width="28" |  | ||||||
|    height="4" |  | ||||||
|    id="svg11300" |  | ||||||
|    sodipodi:version="0.32" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="running3.svg" |  | ||||||
|    inkscape:output_extension="org.inkscape.output.svg.inkscape" |  | ||||||
|    version="1.0" |  | ||||||
|    style="display:inline;enable-background:new"> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      stroke="#ef2929" |  | ||||||
|      fill="#f57900" |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#808080" |  | ||||||
|      borderopacity="1" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="13.979167" |  | ||||||
|      inkscape:cx="6.8007789" |  | ||||||
|      inkscape:cy="11.461748" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:grid-bbox="true" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:showpageshadow="true" |  | ||||||
|      inkscape:window-width="1600" |  | ||||||
|      inkscape:window-height="851" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="24" |  | ||||||
|      width="400px" |  | ||||||
|      height="300px" |  | ||||||
|      inkscape:snap-nodes="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      gridtolerance="10000" |  | ||||||
|      inkscape:object-nodes="true" |  | ||||||
|      inkscape:snap-grids="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:bbox-paths="false" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="false" |  | ||||||
|      inkscape:snap-bbox-midpoints="false" |  | ||||||
|      objecttolerance="10000" |  | ||||||
|      guidetolerance="10000" |  | ||||||
|      borderlayer="true" |  | ||||||
|      showborder="true" |  | ||||||
|      guidecolor="#ff0b00" |  | ||||||
|      guideopacity="1" |  | ||||||
|      guidehicolor="#001aff" |  | ||||||
|      guidehiopacity="0.49803922" |  | ||||||
|      inkscape:snap-smooth-nodes="false" |  | ||||||
|      inkscape:snap-page="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid3123" |  | ||||||
|        empspacing="4" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs3"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4139" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4141" |  | ||||||
|        x1="8" |  | ||||||
|        y1="298" |  | ||||||
|        x2="8" |  | ||||||
|        y2="300" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:creator> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:creator> |  | ||||||
|         <dc:source /> |  | ||||||
|         <cc:license |  | ||||||
|            rdf:resource="" /> |  | ||||||
|         <dc:title /> |  | ||||||
|         <dc:subject> |  | ||||||
|           <rdf:Bag /> |  | ||||||
|         </dc:subject> |  | ||||||
|         <dc:date /> |  | ||||||
|         <dc:rights> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:rights> |  | ||||||
|         <dc:publisher> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:publisher> |  | ||||||
|         <dc:identifier /> |  | ||||||
|         <dc:relation /> |  | ||||||
|         <dc:language /> |  | ||||||
|         <dc:coverage /> |  | ||||||
|         <dc:description /> |  | ||||||
|         <dc:contributor> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:contributor> |  | ||||||
|       </cc:Work> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      style="display:inline" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      inkscape:label="Base" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-296)"> |  | ||||||
|     <rect |  | ||||||
|        style="opacity:1;fill:url(#linearGradient4141);fill-opacity:1;stroke:none" |  | ||||||
|        id="rect4270-9" |  | ||||||
|        width="4" |  | ||||||
|        height="2" |  | ||||||
|        x="6" |  | ||||||
|        y="298" /> |  | ||||||
|     <rect |  | ||||||
|        y="298" |  | ||||||
|        x="12" |  | ||||||
|        height="2" |  | ||||||
|        width="4" |  | ||||||
|        id="rect4239" |  | ||||||
|        style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> |  | ||||||
|     <rect |  | ||||||
|        style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" |  | ||||||
|        id="rect4140" |  | ||||||
|        width="4" |  | ||||||
|        height="2" |  | ||||||
|        x="18" |  | ||||||
|        y="298" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.7 KiB | 
| @ -1,183 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    inkscape:export-ydpi="90.000000" |  | ||||||
|    inkscape:export-xdpi="90.000000" |  | ||||||
|    width="28" |  | ||||||
|    height="4" |  | ||||||
|    id="svg11300" |  | ||||||
|    sodipodi:version="0.32" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="running4.svg" |  | ||||||
|    inkscape:output_extension="org.inkscape.output.svg.inkscape" |  | ||||||
|    version="1.0" |  | ||||||
|    style="display:inline;enable-background:new"> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      stroke="#ef2929" |  | ||||||
|      fill="#f57900" |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#808080" |  | ||||||
|      borderopacity="1" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="19.769527" |  | ||||||
|      inkscape:cx="10.256667" |  | ||||||
|      inkscape:cy="-0.39615057" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:grid-bbox="true" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:showpageshadow="true" |  | ||||||
|      inkscape:window-width="1600" |  | ||||||
|      inkscape:window-height="851" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="24" |  | ||||||
|      width="400px" |  | ||||||
|      height="300px" |  | ||||||
|      inkscape:snap-nodes="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      gridtolerance="10000" |  | ||||||
|      inkscape:object-nodes="true" |  | ||||||
|      inkscape:snap-grids="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:bbox-paths="false" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="false" |  | ||||||
|      inkscape:snap-bbox-midpoints="false" |  | ||||||
|      objecttolerance="10000" |  | ||||||
|      guidetolerance="10000" |  | ||||||
|      borderlayer="true" |  | ||||||
|      showborder="true" |  | ||||||
|      guidecolor="#ff0b00" |  | ||||||
|      guideopacity="1" |  | ||||||
|      guidehicolor="#001aff" |  | ||||||
|      guidehiopacity="0.49803922" |  | ||||||
|      inkscape:snap-smooth-nodes="false" |  | ||||||
|      inkscape:snap-page="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid3123" |  | ||||||
|        empspacing="4" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs3"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4140" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4142" |  | ||||||
|        x1="5" |  | ||||||
|        y1="298" |  | ||||||
|        x2="5" |  | ||||||
|        y2="300" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:creator> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:creator> |  | ||||||
|         <dc:source /> |  | ||||||
|         <cc:license |  | ||||||
|            rdf:resource="" /> |  | ||||||
|         <dc:title /> |  | ||||||
|         <dc:subject> |  | ||||||
|           <rdf:Bag /> |  | ||||||
|         </dc:subject> |  | ||||||
|         <dc:date /> |  | ||||||
|         <dc:rights> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:rights> |  | ||||||
|         <dc:publisher> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:publisher> |  | ||||||
|         <dc:identifier /> |  | ||||||
|         <dc:relation /> |  | ||||||
|         <dc:language /> |  | ||||||
|         <dc:coverage /> |  | ||||||
|         <dc:description /> |  | ||||||
|         <dc:contributor> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:contributor> |  | ||||||
|       </cc:Work> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      style="display:inline" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      inkscape:label="Base" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-296)"> |  | ||||||
|     <rect |  | ||||||
|        style="opacity:1;fill:url(#linearGradient4142);fill-opacity:1;stroke:none" |  | ||||||
|        id="rect4270-9" |  | ||||||
|        width="4" |  | ||||||
|        height="2" |  | ||||||
|        x="3" |  | ||||||
|        y="298" /> |  | ||||||
|     <rect |  | ||||||
|        y="298" |  | ||||||
|        x="9" |  | ||||||
|        height="2" |  | ||||||
|        width="4" |  | ||||||
|        id="rect4202" |  | ||||||
|        style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> |  | ||||||
|     <rect |  | ||||||
|        style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" |  | ||||||
|        id="rect4208" |  | ||||||
|        width="4" |  | ||||||
|        height="2" |  | ||||||
|        x="15" |  | ||||||
|        y="298" /> |  | ||||||
|     <rect |  | ||||||
|        y="298" |  | ||||||
|        x="21" |  | ||||||
|        height="2" |  | ||||||
|        width="4" |  | ||||||
|        id="rect4214" |  | ||||||
|        style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.9 KiB | 
| @ -1,104 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="9.0311108mm" |  | ||||||
|    height="9.3133335mm" |  | ||||||
|    viewBox="0 0 31.999999 33" |  | ||||||
|    id="svg6927" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="menu-hover.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs6929"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4138" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4140" |  | ||||||
|        x1="1185" |  | ||||||
|        y1="108" |  | ||||||
|        x2="1185" |  | ||||||
|        y2="141" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="11.2" |  | ||||||
|      inkscape:cx="0.595299" |  | ||||||
|      inkscape:cy="17.160274" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      fit-margin-top="0" |  | ||||||
|      fit-margin-left="0" |  | ||||||
|      fit-margin-right="0" |  | ||||||
|      fit-margin-bottom="0" |  | ||||||
|      inkscape:window-width="1920" |  | ||||||
|      inkscape:window-height="1032" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="25" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="false" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-midpoints="false" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4140" |  | ||||||
|        originx="0" |  | ||||||
|        originy="1.2503989e-05" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata6932"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(-137,-382.36221)"> |  | ||||||
|     <g |  | ||||||
|        transform="matrix(0.0689655,0,0,1.0000001,71.275885,274.36218)" |  | ||||||
|        id="g6908" |  | ||||||
|        style="fill:url(#linearGradient4140);fill-opacity:1"> |  | ||||||
|       <rect |  | ||||||
|          y="108" |  | ||||||
|          x="1011" |  | ||||||
|          height="33" |  | ||||||
|          width="348" |  | ||||||
|          id="rect5271" |  | ||||||
|          style="opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 3.0 KiB | 
| @ -1,60 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="90.311111mm" |  | ||||||
|    height="0.56444442mm" |  | ||||||
|    viewBox="0 0 320 1.9999999" |  | ||||||
|    id="svg7537" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="menu-separator.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs7539" /> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="11.2" |  | ||||||
|      inkscape:cx="115.53549" |  | ||||||
|      inkscape:cy="8.9322818" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="false" |  | ||||||
|      fit-margin-top="0" |  | ||||||
|      fit-margin-left="0" |  | ||||||
|      fit-margin-right="0" |  | ||||||
|      fit-margin-bottom="0" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-height="723" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="23" |  | ||||||
|      inkscape:window-maximized="1" /> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata7542"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(340,-443.3622)" /> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 1.7 KiB | 
| @ -1,127 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="32" |  | ||||||
|    height="32" |  | ||||||
|    viewBox="0 0 32 32" |  | ||||||
|    id="svg5386" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="bg.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs5388" /> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="11.313708" |  | ||||||
|      inkscape:cx="18.271674" |  | ||||||
|      inkscape:cy="5.838404" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="false" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid5954" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata5391"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1020.3622)"> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:0.81;fill:none;fill-opacity:1;stroke:#161a26;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4164-4-3" |  | ||||||
|        width="23" |  | ||||||
|        height="21.999889" |  | ||||||
|        x="4.5" |  | ||||||
|        y="1024.8622" |  | ||||||
|        rx="2.0000005" |  | ||||||
|        ry="1.9999999" /> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4164" |  | ||||||
|        width="22" |  | ||||||
|        height="20.999971" |  | ||||||
|        x="5" |  | ||||||
|        y="1025.3622" |  | ||||||
|        rx="1.4" |  | ||||||
|        ry="1.4" /> |  | ||||||
|     <g |  | ||||||
|        transform="translate(-425.99995,658.36226)" |  | ||||||
|        id="g4271" |  | ||||||
|        style="display:inline;opacity:0.65"> |  | ||||||
|       <rect |  | ||||||
|          ry="8" |  | ||||||
|          rx="8" |  | ||||||
|          y="362.49994" |  | ||||||
|          x="426.49994" |  | ||||||
|          height="31" |  | ||||||
|          width="31.000011" |  | ||||||
|          id="rect4164-4-7-5-3-8-8" |  | ||||||
|          style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <rect |  | ||||||
|          ry="6.999999" |  | ||||||
|          rx="7" |  | ||||||
|          y="363.49997" |  | ||||||
|          x="427.49994" |  | ||||||
|          height="28.999996" |  | ||||||
|          width="29.000011" |  | ||||||
|          id="rect4164-4-7-5-3-8" |  | ||||||
|          style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <rect |  | ||||||
|          ry="6" |  | ||||||
|          rx="6" |  | ||||||
|          y="364.49994" |  | ||||||
|          x="428.49994" |  | ||||||
|          height="26.999998" |  | ||||||
|          width="27.000011" |  | ||||||
|          id="rect4164-4-7-5-3" |  | ||||||
|          style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <rect |  | ||||||
|          ry="5" |  | ||||||
|          rx="4.9999995" |  | ||||||
|          y="365.49997" |  | ||||||
|          x="429.49997" |  | ||||||
|          height="24.999998" |  | ||||||
|          width="24.999981" |  | ||||||
|          id="rect4164-4-7-5" |  | ||||||
|          style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <path |  | ||||||
|          transform="translate(-6.1035156e-5,0)" |  | ||||||
|          id="rect4164-4-7" |  | ||||||
|          d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" |  | ||||||
|          style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|          inkscape:connector-curvature="0" |  | ||||||
|          sodipodi:nodetypes="csscssc" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.8 KiB | 
| @ -1,100 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948)  --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    version="1.0" |  | ||||||
|    id="Foreground" |  | ||||||
|    x="0px" |  | ||||||
|    y="0px" |  | ||||||
|    width="26" |  | ||||||
|    height="26" |  | ||||||
|    viewBox="0 0 18.909091 18.909091" |  | ||||||
|    enable-background="new 0 0 16 16" |  | ||||||
|    xml:space="preserve" |  | ||||||
|    sodipodi:version="0.32" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="close-active.svg" |  | ||||||
|    inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata |  | ||||||
|      id="metadata2399"><rdf:RDF><cc:Work |  | ||||||
|          rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs |  | ||||||
|      id="defs2397" /><sodipodi:namedview |  | ||||||
|      inkscape:window-height="720" |  | ||||||
|      inkscape:window-width="1364" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      guidetolerance="10.0" |  | ||||||
|      gridtolerance="10.0" |  | ||||||
|      objecttolerance="10.0" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      pagecolor="#3e3e3e" |  | ||||||
|      id="base" |  | ||||||
|      showgrid="false" |  | ||||||
|      inkscape:zoom="11.313708" |  | ||||||
|      inkscape:cx="6.9788731" |  | ||||||
|      inkscape:cy="7.4229136" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="23" |  | ||||||
|      inkscape:current-layer="Foreground" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      borderlayer="true" |  | ||||||
|      inkscape:showpageshadow="false" |  | ||||||
|      inkscape:window-maximized="0" |  | ||||||
|      fit-margin-top="0" |  | ||||||
|      fit-margin-left="0" |  | ||||||
|      fit-margin-right="0" |  | ||||||
|      fit-margin-bottom="0" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid11246" |  | ||||||
|        empspacing="5" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        originx="-3.6363603" |  | ||||||
|        originy="-2.9090857" /></sodipodi:namedview><g |  | ||||||
|      id="g3175-4" |  | ||||||
|      transform="translate(1.8442616,0.64207471)" |  | ||||||
|      style="opacity:0.8"><g |  | ||||||
|        id="g3172-6" /></g><circle |  | ||||||
|      style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|      id="path3808-4" |  | ||||||
|      cx="9.4545488" |  | ||||||
|      cy="10.181814" |  | ||||||
|      r="8" /><circle |  | ||||||
|      style="opacity:1;fill:#d8354a;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|      id="path3808" |  | ||||||
|      cx="9.4545488" |  | ||||||
|      cy="9.454545" |  | ||||||
|      r="8" /><g |  | ||||||
|      inkscape:label="window-close" |  | ||||||
|      id="g27275-6-6-6" |  | ||||||
|      style="display:inline;fill:#000000;fill-opacity:1" |  | ||||||
|      transform="matrix(0.72727272,0,0,0.72727272,4.1762041,2.78384)"><g |  | ||||||
|        transform="translate(-41,-760)" |  | ||||||
|        id="g27277-1-1-2" |  | ||||||
|        style="display:inline;fill:#000000;fill-opacity:1" /></g><g |  | ||||||
|      inkscape:label="window-close" |  | ||||||
|      id="g27275-6-6" |  | ||||||
|      style="display:inline;fill:#ffffff;fill-opacity:1" |  | ||||||
|      transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g |  | ||||||
|        transform="translate(-41,-760)" |  | ||||||
|        id="g27277-1-1" |  | ||||||
|        style="display:inline;fill:#ffffff;fill-opacity:1"><path |  | ||||||
|          d="m 44.226475,764.17222 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-1e-5 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z" |  | ||||||
|          inkscape:connector-curvature="0" |  | ||||||
|          id="path27279-0-5" |  | ||||||
|          style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" |  | ||||||
|          sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg> |  | ||||||
| Before Width: | Height: | Size: 4.9 KiB | 
| @ -1,100 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948)  --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    version="1.0" |  | ||||||
|    id="Foreground" |  | ||||||
|    x="0px" |  | ||||||
|    y="0px" |  | ||||||
|    width="26" |  | ||||||
|    height="26" |  | ||||||
|    viewBox="0 0 18.909091 18.909091" |  | ||||||
|    enable-background="new 0 0 16 16" |  | ||||||
|    xml:space="preserve" |  | ||||||
|    sodipodi:version="0.32" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="close-hover.svg" |  | ||||||
|    inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata |  | ||||||
|      id="metadata2399"><rdf:RDF><cc:Work |  | ||||||
|          rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs |  | ||||||
|      id="defs2397" /><sodipodi:namedview |  | ||||||
|      inkscape:window-height="720" |  | ||||||
|      inkscape:window-width="1364" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      guidetolerance="10.0" |  | ||||||
|      gridtolerance="10.0" |  | ||||||
|      objecttolerance="10.0" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      pagecolor="#3e3e3e" |  | ||||||
|      id="base" |  | ||||||
|      showgrid="false" |  | ||||||
|      inkscape:zoom="11.313708" |  | ||||||
|      inkscape:cx="6.9788731" |  | ||||||
|      inkscape:cy="7.4229136" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="23" |  | ||||||
|      inkscape:current-layer="Foreground" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      borderlayer="true" |  | ||||||
|      inkscape:showpageshadow="false" |  | ||||||
|      inkscape:window-maximized="0" |  | ||||||
|      fit-margin-top="0" |  | ||||||
|      fit-margin-left="0" |  | ||||||
|      fit-margin-right="0" |  | ||||||
|      fit-margin-bottom="0" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid11246" |  | ||||||
|        empspacing="5" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        originx="-3.6363603" |  | ||||||
|        originy="-2.9090857" /></sodipodi:namedview><g |  | ||||||
|      id="g3175-4" |  | ||||||
|      transform="translate(1.8442616,0.64207471)" |  | ||||||
|      style="opacity:0.8"><g |  | ||||||
|        id="g3172-6" /></g><circle |  | ||||||
|      style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|      id="path3808-4" |  | ||||||
|      cx="9.4545488" |  | ||||||
|      cy="10.181814" |  | ||||||
|      r="8" /><circle |  | ||||||
|      style="opacity:1;fill:#ff7a80;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|      id="path3808" |  | ||||||
|      cx="9.4545488" |  | ||||||
|      cy="9.454545" |  | ||||||
|      r="8" /><g |  | ||||||
|      inkscape:label="window-close" |  | ||||||
|      id="g27275-6-6-6" |  | ||||||
|      style="display:inline;fill:#000000;fill-opacity:1" |  | ||||||
|      transform="matrix(0.72727272,0,0,0.72727272,4.1762041,2.78384)"><g |  | ||||||
|        transform="translate(-41,-760)" |  | ||||||
|        id="g27277-1-1-2" |  | ||||||
|        style="display:inline;fill:#000000;fill-opacity:1" /></g><g |  | ||||||
|      inkscape:label="window-close" |  | ||||||
|      id="g27275-6-6" |  | ||||||
|      style="display:inline;fill:#ffffff;fill-opacity:1" |  | ||||||
|      transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g |  | ||||||
|        transform="translate(-41,-760)" |  | ||||||
|        id="g27277-1-1" |  | ||||||
|        style="display:inline;fill:#ffffff;fill-opacity:1"><path |  | ||||||
|          d="m 44.226475,764.17222 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-1e-5 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z" |  | ||||||
|          inkscape:connector-curvature="0" |  | ||||||
|          id="path27279-0-5" |  | ||||||
|          style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" |  | ||||||
|          sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg> |  | ||||||
| Before Width: | Height: | Size: 4.9 KiB | 
| @ -1,100 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948)  --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    version="1.0" |  | ||||||
|    id="Foreground" |  | ||||||
|    x="0px" |  | ||||||
|    y="0px" |  | ||||||
|    width="26" |  | ||||||
|    height="26" |  | ||||||
|    viewBox="0 0 18.909091 18.909091" |  | ||||||
|    enable-background="new 0 0 16 16" |  | ||||||
|    xml:space="preserve" |  | ||||||
|    sodipodi:version="0.32" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="close.svg" |  | ||||||
|    inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata |  | ||||||
|      id="metadata2399"><rdf:RDF><cc:Work |  | ||||||
|          rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs |  | ||||||
|      id="defs2397" /><sodipodi:namedview |  | ||||||
|      inkscape:window-height="720" |  | ||||||
|      inkscape:window-width="1364" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      guidetolerance="10.0" |  | ||||||
|      gridtolerance="10.0" |  | ||||||
|      objecttolerance="10.0" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      pagecolor="#3e3e3e" |  | ||||||
|      id="base" |  | ||||||
|      showgrid="false" |  | ||||||
|      inkscape:zoom="11.313708" |  | ||||||
|      inkscape:cx="6.9788731" |  | ||||||
|      inkscape:cy="7.4229136" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="23" |  | ||||||
|      inkscape:current-layer="Foreground" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      borderlayer="true" |  | ||||||
|      inkscape:showpageshadow="false" |  | ||||||
|      inkscape:window-maximized="0" |  | ||||||
|      fit-margin-top="0" |  | ||||||
|      fit-margin-left="0" |  | ||||||
|      fit-margin-right="0" |  | ||||||
|      fit-margin-bottom="0" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid11246" |  | ||||||
|        empspacing="5" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        originx="-3.6363603" |  | ||||||
|        originy="-2.9090857" /></sodipodi:namedview><g |  | ||||||
|      id="g3175-4" |  | ||||||
|      transform="translate(1.8442616,0.64207471)" |  | ||||||
|      style="opacity:0.8"><g |  | ||||||
|        id="g3172-6" /></g><circle |  | ||||||
|      style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|      id="path3808-4" |  | ||||||
|      cx="9.4545488" |  | ||||||
|      cy="10.181814" |  | ||||||
|      r="8" /><circle |  | ||||||
|      style="opacity:1;fill:#f75a61;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|      id="path3808" |  | ||||||
|      cx="9.4545488" |  | ||||||
|      cy="9.454545" |  | ||||||
|      r="8" /><g |  | ||||||
|      inkscape:label="window-close" |  | ||||||
|      id="g27275-6-6-6" |  | ||||||
|      style="display:inline;fill:#000000;fill-opacity:1" |  | ||||||
|      transform="matrix(0.72727272,0,0,0.72727272,4.1762041,2.78384)"><g |  | ||||||
|        transform="translate(-41,-760)" |  | ||||||
|        id="g27277-1-1-2" |  | ||||||
|        style="display:inline;fill:#000000;fill-opacity:1" /></g><g |  | ||||||
|      inkscape:label="window-close" |  | ||||||
|      id="g27275-6-6" |  | ||||||
|      style="display:inline;fill:#ffffff;fill-opacity:1" |  | ||||||
|      transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g |  | ||||||
|        transform="translate(-41,-760)" |  | ||||||
|        id="g27277-1-1" |  | ||||||
|        style="display:inline;fill:#ffffff;fill-opacity:1"><path |  | ||||||
|          d="m 44.226475,764.17222 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-1e-5 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z" |  | ||||||
|          inkscape:connector-curvature="0" |  | ||||||
|          id="path27279-0-5" |  | ||||||
|          style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" |  | ||||||
|          sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg> |  | ||||||
| Before Width: | Height: | Size: 4.8 KiB | 
| @ -1,125 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="52" |  | ||||||
|    height="52" |  | ||||||
|    id="svg2" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="corner-ripple-ltr.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs4"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3857"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#398dd3;stop-opacity:0;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop3859" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#398cd3;stop-opacity:1;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop3861" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#linearGradient3857" |  | ||||||
|        id="radialGradient3863" |  | ||||||
|        cx="0" |  | ||||||
|        cy="0" |  | ||||||
|        fx="0" |  | ||||||
|        fy="0" |  | ||||||
|        r="52" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="5.6" |  | ||||||
|      inkscape:cx="-19.986036" |  | ||||||
|      inkscape:cy="44.805381" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      inkscape:snap-global="true" |  | ||||||
|      inkscape:window-width="1920" |  | ||||||
|      inkscape:window-height="1055" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="20" |  | ||||||
|      inkscape:window-maximized="1"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid2985" |  | ||||||
|        empspacing="5" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        originy="2px" /> |  | ||||||
|     <sodipodi:guide |  | ||||||
|        orientation="1,0" |  | ||||||
|        position="52,0" |  | ||||||
|        id="guide2987" /> |  | ||||||
|     <sodipodi:guide |  | ||||||
|        orientation="0,1" |  | ||||||
|        position="52,0" |  | ||||||
|        id="guide2989" /> |  | ||||||
|     <sodipodi:guide |  | ||||||
|        orientation="0,1" |  | ||||||
|        position="0,52" |  | ||||||
|        id="guide3761" /> |  | ||||||
|     <sodipodi:guide |  | ||||||
|        orientation="1,0" |  | ||||||
|        position="0,52" |  | ||||||
|        id="guide3763" /> |  | ||||||
|     <sodipodi:guide |  | ||||||
|        orientation="1,0" |  | ||||||
|        position="51,1" |  | ||||||
|        id="guide3773" /> |  | ||||||
|     <sodipodi:guide |  | ||||||
|        orientation="0,1" |  | ||||||
|        position="51,1" |  | ||||||
|        id="guide3775" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata7"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1000.3622)"> |  | ||||||
|     <path |  | ||||||
|        sodipodi:type="arc" |  | ||||||
|        style="fill:url(#radialGradient3863);fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1" |  | ||||||
|        id="path2991" |  | ||||||
|        sodipodi:cx="0" |  | ||||||
|        sodipodi:cy="0" |  | ||||||
|        sodipodi:rx="52" |  | ||||||
|        sodipodi:ry="52" |  | ||||||
|        d="M 52,0 A 52,52 0 1 1 -52,0 52,52 0 1 1 52,0 z" |  | ||||||
|        transform="translate(0,1000.3622)" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 3.4 KiB | 
| @ -1,75 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    version="1.1" |  | ||||||
|    width="52" |  | ||||||
|    height="52" |  | ||||||
|    id="svg2" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="corner-ripple-rtl.svg"> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="640" |  | ||||||
|      inkscape:window-height="480" |  | ||||||
|      id="namedview955" /> |  | ||||||
|   <defs |  | ||||||
|      id="defs4"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3857"> |  | ||||||
|       <stop |  | ||||||
|          id="stop3859" |  | ||||||
|          style="stop-color:#398dd3;stop-opacity:0" |  | ||||||
|          offset="0" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop3861" |  | ||||||
|          style="stop-color:#398cd3;stop-opacity:1" |  | ||||||
|          offset="1" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        cx="0" |  | ||||||
|        cy="0" |  | ||||||
|        r="52" |  | ||||||
|        fx="0" |  | ||||||
|        fy="0" |  | ||||||
|        id="radialGradient3863" |  | ||||||
|        xlink:href="#linearGradient3857" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata7"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      transform="translate(0,-1000.3622)" |  | ||||||
|      id="layer1"> |  | ||||||
|     <path |  | ||||||
|        d="M 52,0 A 52,52 0 1 1 -52,0 52,52 0 1 1 52,0 z" |  | ||||||
|        transform="translate(52,1000.3622)" |  | ||||||
|        id="path2991" |  | ||||||
|        style="fill:url(#radialGradient3863);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.2 KiB | 
| @ -1,167 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg12430" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="more-results.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs12432"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_fg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4150" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4147" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4149" |  | ||||||
|        x1="149.99985" |  | ||||||
|        y1="397.99106" |  | ||||||
|        x2="149.99985" |  | ||||||
|        y2="413.99105" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_fg_color" |  | ||||||
|        id="linearGradient4152" |  | ||||||
|        x1="149.99984" |  | ||||||
|        y1="401.99107" |  | ||||||
|        x2="149.99984" |  | ||||||
|        y2="409.99107" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#7a7a7a" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="22.627417" |  | ||||||
|      inkscape:cx="7.9593425" |  | ||||||
|      inkscape:cy="9.811453" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="g14642-3-0" |  | ||||||
|      showgrid="true" |  | ||||||
|      borderlayer="true" |  | ||||||
|      inkscape:showpageshadow="false" |  | ||||||
|      inkscape:window-width="1920" |  | ||||||
|      inkscape:window-height="1035" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="23" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true" |  | ||||||
|      inkscape:snap-nodes="true" |  | ||||||
|      inkscape:object-paths="true" |  | ||||||
|      inkscape:snap-intersection-paths="true" |  | ||||||
|      inkscape:object-nodes="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid13002" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata12435"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Layer 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1036.3622)"> |  | ||||||
|     <g |  | ||||||
|        style="display:inline" |  | ||||||
|        transform="translate(-141.99984,638.37113)" |  | ||||||
|        inkscape:label="zoom-in" |  | ||||||
|        id="g14642-3-0"> |  | ||||||
|       <ellipse |  | ||||||
|          style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|          id="path4156" |  | ||||||
|          cx="149.99985" |  | ||||||
|          cy="405.99106" |  | ||||||
|          rx="8.0000029" |  | ||||||
|          ry="7.9999957" /> |  | ||||||
|       <rect |  | ||||||
|          style="fill:none;stroke:none" |  | ||||||
|          id="rect3620-5-4" |  | ||||||
|          width="15.981825" |  | ||||||
|          height="16" |  | ||||||
|          x="142" |  | ||||||
|          y="398" |  | ||||||
|          rx="0" |  | ||||||
|          ry="0" /> |  | ||||||
|       <g |  | ||||||
|          id="g4179" |  | ||||||
|          transform="translate(141.99985,397.99107)"> |  | ||||||
|         <g |  | ||||||
|            style="opacity:0.55;fill:#000000;fill-opacity:1" |  | ||||||
|            transform="matrix(0.765075,0,0,0.765075,1.8805941,0.87981267)" |  | ||||||
|            id="g2996-1"> |  | ||||||
|           <g |  | ||||||
|              style="fill:#000000;fill-opacity:1" |  | ||||||
|              transform="translate(-60,-518)" |  | ||||||
|              id="layer12-1"> |  | ||||||
|             <g |  | ||||||
|                transform="translate(19,-242)" |  | ||||||
|                id="layer4-4-1-9" |  | ||||||
|                style="display:inline;fill:#000000;fill-opacity:1" /> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|         <g |  | ||||||
|            style="fill:#ffffff;fill-opacity:1" |  | ||||||
|            transform="matrix(0.765075,0,0,0.765075,1.8805941,1.8794795)" |  | ||||||
|            id="g2996"> |  | ||||||
|           <g |  | ||||||
|              style="fill:#ffffff;fill-opacity:1" |  | ||||||
|              transform="translate(-60,-518)" |  | ||||||
|              id="layer12"> |  | ||||||
|             <g |  | ||||||
|                transform="translate(19,-242)" |  | ||||||
|                id="layer4-4-1" |  | ||||||
|                style="display:inline;fill:#ffffff;fill-opacity:1" /> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|       <path |  | ||||||
|          style="fill:url(#linearGradient4152);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" |  | ||||||
|          d="m 148.99984,401.99107 0,3 -3,0 0,2 3,0 0,3 2,0 0,-3 3,0 0,-2 -3,0 0,-3 z" |  | ||||||
|          id="rect3757" |  | ||||||
|          inkscape:connector-curvature="0" |  | ||||||
|          sodipodi:nodetypes="ccccccccccccc" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 5.1 KiB | 
| @ -1,146 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="32" |  | ||||||
|    height="24" |  | ||||||
|    viewBox="0 0 32 24" |  | ||||||
|    id="svg5386" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="notification.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs5388"> |  | ||||||
|     <clipPath |  | ||||||
|        clipPathUnits="userSpaceOnUse" |  | ||||||
|        id="clipPath4158"> |  | ||||||
|       <rect |  | ||||||
|          style="opacity:0.2;fill:#7d7d7d;fill-opacity:1;stroke:none" |  | ||||||
|          id="rect4160" |  | ||||||
|          width="46" |  | ||||||
|          height="25.999983" |  | ||||||
|          x="-7" |  | ||||||
|          y="-1044.3622" |  | ||||||
|          ry="3.5636153" |  | ||||||
|          transform="scale(1,-1)" /> |  | ||||||
|     </clipPath> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="15.999999" |  | ||||||
|      inkscape:cx="8.9535339" |  | ||||||
|      inkscape:cy="19.450947" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true" |  | ||||||
|      inkscape:window-width="1324" |  | ||||||
|      inkscape:window-height="604" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid5954" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata5391"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1028.3622)"> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:0.81000001;fill:none;fill-opacity:1;stroke:#161a26;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4164-4-3" |  | ||||||
|        width="23" |  | ||||||
|        height="21.999889" |  | ||||||
|        x="4.5000052" |  | ||||||
|        y="1032.8622" |  | ||||||
|        rx="2.0000005" |  | ||||||
|        ry="1.9999999" /> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4164" |  | ||||||
|        width="22" |  | ||||||
|        height="20.999971" |  | ||||||
|        x="5.0000052" |  | ||||||
|        y="1033.3622" |  | ||||||
|        rx="1.4" |  | ||||||
|        ry="1.4" /> |  | ||||||
|     <g |  | ||||||
|        transform="translate(-425.99994,666.36228)" |  | ||||||
|        id="g4271" |  | ||||||
|        style="display:inline;opacity:0.64999999"> |  | ||||||
|       <rect |  | ||||||
|          ry="8" |  | ||||||
|          rx="8" |  | ||||||
|          y="362.49994" |  | ||||||
|          x="426.49994" |  | ||||||
|          height="31" |  | ||||||
|          width="31.000011" |  | ||||||
|          id="rect4164-4-7-5-3-8-8" |  | ||||||
|          style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <rect |  | ||||||
|          ry="6.999999" |  | ||||||
|          rx="7" |  | ||||||
|          y="363.49997" |  | ||||||
|          x="427.49994" |  | ||||||
|          height="28.999996" |  | ||||||
|          width="29.000011" |  | ||||||
|          id="rect4164-4-7-5-3-8" |  | ||||||
|          style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <rect |  | ||||||
|          ry="6" |  | ||||||
|          rx="6" |  | ||||||
|          y="364.49994" |  | ||||||
|          x="428.49994" |  | ||||||
|          height="26.999998" |  | ||||||
|          width="27.000011" |  | ||||||
|          id="rect4164-4-7-5-3" |  | ||||||
|          style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <rect |  | ||||||
|          ry="5" |  | ||||||
|          rx="4.9999995" |  | ||||||
|          y="365.49997" |  | ||||||
|          x="429.49997" |  | ||||||
|          height="24.999998" |  | ||||||
|          width="24.999981" |  | ||||||
|          id="rect4164-4-7-5" |  | ||||||
|          style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <path |  | ||||||
|          transform="translate(-6.1035156e-5,0)" |  | ||||||
|          id="rect4164-4-7" |  | ||||||
|          d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" |  | ||||||
|          style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|          inkscape:connector-curvature="0" |  | ||||||
|          sodipodi:nodetypes="csscssc" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 5.3 KiB | 
| @ -1,92 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="30" |  | ||||||
|    height="25" |  | ||||||
|    id="svg10621" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="null.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs10623"> |  | ||||||
|     <radialGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#linearGradient34508-1-3" |  | ||||||
|        id="radialGradient99561-1" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)" |  | ||||||
|        cx="51" |  | ||||||
|        cy="30" |  | ||||||
|        fx="51" |  | ||||||
|        fy="30" |  | ||||||
|        r="42" /> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        id="linearGradient34508-1-3"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop34510-1-9" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop34512-4-5" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#000000" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="11.2" |  | ||||||
|      inkscape:cx="-13.714661" |  | ||||||
|      inkscape:cy="9.0405322" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      fit-margin-top="0" |  | ||||||
|      fit-margin-left="0" |  | ||||||
|      fit-margin-right="0" |  | ||||||
|      fit-margin-bottom="0" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-height="716" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4139" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata10626"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title></dc:title> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Layer 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(-468.08632,-537.03477)" /> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.6 KiB | 
| @ -1,127 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="32" |  | ||||||
|    height="32" |  | ||||||
|    viewBox="0 0 32 32" |  | ||||||
|    id="svg5386" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="osd.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs5388" /> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="16" |  | ||||||
|      inkscape:cx="23.210075" |  | ||||||
|      inkscape:cy="11.575503" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="false" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid5954" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata5391"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1020.3622)"> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:0.85;fill:none;fill-opacity:1;stroke:#0f1116;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4164-4-3" |  | ||||||
|        width="23" |  | ||||||
|        height="21.999889" |  | ||||||
|        x="4.5" |  | ||||||
|        y="1024.8622" |  | ||||||
|        rx="2.0000005" |  | ||||||
|        ry="1.9999999" /> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4164" |  | ||||||
|        width="22" |  | ||||||
|        height="20.999971" |  | ||||||
|        x="5" |  | ||||||
|        y="1025.3622" |  | ||||||
|        rx="1.4" |  | ||||||
|        ry="1.4" /> |  | ||||||
|     <g |  | ||||||
|        transform="translate(-425.99995,658.36226)" |  | ||||||
|        id="g4271" |  | ||||||
|        style="display:inline;opacity:0.65"> |  | ||||||
|       <rect |  | ||||||
|          ry="8" |  | ||||||
|          rx="8" |  | ||||||
|          y="362.49994" |  | ||||||
|          x="426.49994" |  | ||||||
|          height="31" |  | ||||||
|          width="31.000011" |  | ||||||
|          id="rect4164-4-7-5-3-8-8" |  | ||||||
|          style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <rect |  | ||||||
|          ry="6.999999" |  | ||||||
|          rx="7" |  | ||||||
|          y="363.49997" |  | ||||||
|          x="427.49994" |  | ||||||
|          height="28.999996" |  | ||||||
|          width="29.000011" |  | ||||||
|          id="rect4164-4-7-5-3-8" |  | ||||||
|          style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <rect |  | ||||||
|          ry="6" |  | ||||||
|          rx="6" |  | ||||||
|          y="364.49994" |  | ||||||
|          x="428.49994" |  | ||||||
|          height="26.999998" |  | ||||||
|          width="27.000011" |  | ||||||
|          id="rect4164-4-7-5-3" |  | ||||||
|          style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <rect |  | ||||||
|          ry="5" |  | ||||||
|          rx="4.9999995" |  | ||||||
|          y="365.49997" |  | ||||||
|          x="429.49997" |  | ||||||
|          height="24.999998" |  | ||||||
|          width="24.999981" |  | ||||||
|          id="rect4164-4-7-5" |  | ||||||
|          style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <path |  | ||||||
|          transform="translate(-6.1035156e-5,0)" |  | ||||||
|          id="rect4164-4-7" |  | ||||||
|          d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" |  | ||||||
|          style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|          inkscape:connector-curvature="0" |  | ||||||
|          sodipodi:nodetypes="csscssc" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.8 KiB | 
| @ -1,87 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="18" |  | ||||||
|    height="18" |  | ||||||
|    id="svg5266" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="page-indicator-active.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs5268"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4137" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4139" |  | ||||||
|        x1="9" |  | ||||||
|        y1="3" |  | ||||||
|        x2="9" |  | ||||||
|        y2="11" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#cacaca" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="16" |  | ||||||
|      inkscape:cx="-10.742519" |  | ||||||
|      inkscape:cy="7.4240324" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:grid-bbox="true" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-height="720" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="23" |  | ||||||
|      inkscape:window-maximized="1"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4134" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata5271"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      inkscape:label="Layer 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      transform="translate(0,2)"> |  | ||||||
|     <circle |  | ||||||
|        style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none;stroke-opacity:0.70588235" |  | ||||||
|        id="path4136" |  | ||||||
|        cx="9" |  | ||||||
|        cy="7" |  | ||||||
|        r="4" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.4 KiB | 
| @ -1,67 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="18" |  | ||||||
|    height="18" |  | ||||||
|    id="svg5266" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="page-indicator-checked.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs5268" /> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#cacaca" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="16" |  | ||||||
|      inkscape:cx="-0.24251901" |  | ||||||
|      inkscape:cy="12.653928" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:grid-bbox="true" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-height="720" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="23" |  | ||||||
|      inkscape:window-maximized="1"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4134" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata5271"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      inkscape:label="Layer 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      transform="translate(0,2)"> |  | ||||||
|     <circle |  | ||||||
|        style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-opacity:0.70588235" |  | ||||||
|        id="path4136" |  | ||||||
|        cx="9" |  | ||||||
|        cy="7" |  | ||||||
|        r="4" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 1.8 KiB | 
| @ -1,67 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="18" |  | ||||||
|    height="18" |  | ||||||
|    id="svg5266" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="page-indicator-hover.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs5268" /> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#cacaca" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="16" |  | ||||||
|      inkscape:cx="-0.24251901" |  | ||||||
|      inkscape:cy="12.653928" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:grid-bbox="true" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-height="720" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="23" |  | ||||||
|      inkscape:window-maximized="1"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4134" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata5271"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      inkscape:label="Layer 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      transform="translate(0,2)"> |  | ||||||
|     <circle |  | ||||||
|        style="opacity:1;fill:#ffffff;fill-opacity:0.54901963;stroke:none;stroke-opacity:0.70588235" |  | ||||||
|        id="path4136" |  | ||||||
|        cx="9" |  | ||||||
|        cy="7" |  | ||||||
|        r="4" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 1.8 KiB | 
| @ -1,67 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="18" |  | ||||||
|    height="18" |  | ||||||
|    id="svg5266" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="page-indicator-inactive.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs5268" /> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#cacaca" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="16" |  | ||||||
|      inkscape:cx="-0.24251901" |  | ||||||
|      inkscape:cy="12.653928" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:grid-bbox="true" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-height="720" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="23" |  | ||||||
|      inkscape:window-maximized="1"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4134" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata5271"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      inkscape:label="Layer 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      transform="translate(0,2)"> |  | ||||||
|     <circle |  | ||||||
|        style="opacity:1;fill:#ffffff;fill-opacity:0.31455398;stroke:none;stroke-opacity:0.70588235" |  | ||||||
|        id="path4136" |  | ||||||
|        cx="9" |  | ||||||
|        cy="7" |  | ||||||
|        r="4" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 1.8 KiB | 
| @ -1,287 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    id="svg5369" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    width="96" |  | ||||||
|    height="48" |  | ||||||
|    sodipodi:docname="process-working.svg" |  | ||||||
|    style="display:inline"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata5375"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <defs |  | ||||||
|      id="defs5373"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient8231-1-4-4-1"> |  | ||||||
|       <stop |  | ||||||
|          id="stop8233-28-5-27-1" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0.15428571" |  | ||||||
|          offset="0.31861392" |  | ||||||
|          id="stop8235-7-3-94-3" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop8237-7-8-20-2" |  | ||||||
|          offset="0.54270232" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0.33714285" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop8239-2-9-1-9" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient5767-6"> |  | ||||||
|       <stop |  | ||||||
|          id="stop5769-0" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#bebebe;stop-opacity:0" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0" |  | ||||||
|          offset="0.31861392" |  | ||||||
|          id="stop5771-1" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop5773-7" |  | ||||||
|          offset="0.75051737" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0.42857143" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop5775-8" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <radialGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#linearGradient8231-1-4-4-1" |  | ||||||
|        id="radialGradient10713" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" |  | ||||||
|        cx="-0.067823187" |  | ||||||
|        cy="188.51917" |  | ||||||
|        fx="-0.067823187" |  | ||||||
|        fy="188.51917" |  | ||||||
|        r="27.330345" /> |  | ||||||
|     <radialGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#linearGradient5767-6" |  | ||||||
|        id="radialGradient10715" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" |  | ||||||
|        cx="0.053942412" |  | ||||||
|        cy="189.15244" |  | ||||||
|        fx="0.053942412" |  | ||||||
|        fy="189.15244" |  | ||||||
|        r="27.330345" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      pagecolor="#808080" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:window-width="1975" |  | ||||||
|      inkscape:window-height="1098" |  | ||||||
|      id="namedview5371" |  | ||||||
|      showgrid="true" |  | ||||||
|      borderlayer="true" |  | ||||||
|      inkscape:showpageshadow="false" |  | ||||||
|      inkscape:zoom="5.6568542" |  | ||||||
|      inkscape:cx="40.82607" |  | ||||||
|      inkscape:cy="30.594699" |  | ||||||
|      inkscape:window-x="2560" |  | ||||||
|      inkscape:window-y="33" |  | ||||||
|      inkscape:window-maximized="0" |  | ||||||
|      inkscape:current-layer="layer2" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:snap-nodes="false"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid11933" |  | ||||||
|        empspacing="5" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      inkscape:label="tiles" |  | ||||||
|      style="display:none"> |  | ||||||
|     <rect |  | ||||||
|        style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" |  | ||||||
|        id="rect12451" |  | ||||||
|        width="24" |  | ||||||
|        height="24" |  | ||||||
|        x="0" |  | ||||||
|        y="0" /> |  | ||||||
|     <rect |  | ||||||
|        y="24" |  | ||||||
|        x="0" |  | ||||||
|        height="24" |  | ||||||
|        width="24" |  | ||||||
|        id="rect12453" |  | ||||||
|        style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> |  | ||||||
|     <rect |  | ||||||
|        y="0" |  | ||||||
|        x="24" |  | ||||||
|        height="24" |  | ||||||
|        width="24" |  | ||||||
|        id="rect12455" |  | ||||||
|        style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> |  | ||||||
|     <rect |  | ||||||
|        style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" |  | ||||||
|        id="rect12457" |  | ||||||
|        width="24" |  | ||||||
|        height="24" |  | ||||||
|        x="24" |  | ||||||
|        y="24" /> |  | ||||||
|     <rect |  | ||||||
|        style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" |  | ||||||
|        id="rect12459" |  | ||||||
|        width="24" |  | ||||||
|        height="24" |  | ||||||
|        x="48" |  | ||||||
|        y="0" /> |  | ||||||
|     <rect |  | ||||||
|        y="24" |  | ||||||
|        x="48" |  | ||||||
|        height="24" |  | ||||||
|        width="24" |  | ||||||
|        id="rect12461" |  | ||||||
|        style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> |  | ||||||
|     <rect |  | ||||||
|        y="0" |  | ||||||
|        x="72" |  | ||||||
|        height="24" |  | ||||||
|        width="24" |  | ||||||
|        id="rect12463" |  | ||||||
|        style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> |  | ||||||
|     <rect |  | ||||||
|        style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" |  | ||||||
|        id="rect12465" |  | ||||||
|        width="24" |  | ||||||
|        height="24" |  | ||||||
|        x="72" |  | ||||||
|        y="24" /> |  | ||||||
|   </g> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer2" |  | ||||||
|      inkscape:label="spinner"> |  | ||||||
|     <g |  | ||||||
|        transform="matrix(0.43142675,0,0,0.43298814,218.13188,-592.92581)" |  | ||||||
|        id="g10450-5-3" |  | ||||||
|        style="display:inline"> |  | ||||||
|       <path |  | ||||||
|          inkscape:export-ydpi="90" |  | ||||||
|          inkscape:export-xdpi="90" |  | ||||||
|          inkscape:export-filename="/home/hbons/Moblin/git/carrick-ng/data/icons/network-connecting.png" |  | ||||||
|          sodipodi:open="true" |  | ||||||
|          sodipodi:end="4.712389" |  | ||||||
|          sodipodi:start="0.23191105" |  | ||||||
|          sodipodi:type="arc" |  | ||||||
|          style="fill:none;stroke:url(#radialGradient10713);stroke-width:12.18051815;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" |  | ||||||
|          id="path10452-5" |  | ||||||
|          sodipodi:cx="-25.809397" |  | ||||||
|          sodipodi:cy="179.43886" |  | ||||||
|          sodipodi:rx="22.98097" |  | ||||||
|          sodipodi:ry="22.98097" |  | ||||||
|          d="m -3.4436513,184.72075 c -2.9171108,12.35226 -15.2953817,20.00096 -27.6476417,17.08385 -12.35226,-2.91711 -20.00096,-15.29538 -17.083849,-27.64764 2.449452,-10.372 11.708437,-17.69907 22.365746,-17.69907" |  | ||||||
|          transform="matrix(-0.16397381,0.61157081,-0.61162275,-0.16377992,-372.32298,1442.5061)" /> |  | ||||||
|       <path |  | ||||||
|          transform="matrix(-0.63300818,0.01438356,-0.01458424,-0.63300359,-491.4014,1510.996)" |  | ||||||
|          d="m -3.4436513,184.72075 c -2.9171108,12.35226 -15.2953817,20.00096 -27.6476417,17.08385 -12.35226,-2.91711 -20.00096,-15.29538 -17.083849,-27.64764 2.449452,-10.372 11.708437,-17.69907 22.365746,-17.69907" |  | ||||||
|          sodipodi:ry="22.98097" |  | ||||||
|          sodipodi:rx="22.98097" |  | ||||||
|          sodipodi:cy="179.43886" |  | ||||||
|          sodipodi:cx="-25.809397" |  | ||||||
|          id="path10454-7" |  | ||||||
|          style="fill:none;stroke:url(#radialGradient10715);stroke-width:12.18051815;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" |  | ||||||
|          sodipodi:type="arc" |  | ||||||
|          sodipodi:start="0.23191105" |  | ||||||
|          sodipodi:end="4.712389" |  | ||||||
|          sodipodi:open="true" |  | ||||||
|          inkscape:export-filename="/home/hbons/Moblin/git/carrick-ng/data/icons/network-connecting.png" |  | ||||||
|          inkscape:export-xdpi="90" |  | ||||||
|          inkscape:export-ydpi="90" /> |  | ||||||
|     </g> |  | ||||||
|     <use |  | ||||||
|        x="0" |  | ||||||
|        y="0" |  | ||||||
|        xlink:href="#g10450-5-3" |  | ||||||
|        id="use13294" |  | ||||||
|        transform="matrix(0.70710678,0.70710679,-0.70710679,0.70710678,35.986458,-4.9737924)" |  | ||||||
|        width="96" |  | ||||||
|        height="48" /> |  | ||||||
|     <use |  | ||||||
|        x="0" |  | ||||||
|        y="0" |  | ||||||
|        xlink:href="#use13294" |  | ||||||
|        id="use13314" |  | ||||||
|        transform="matrix(0.70710678,0.70710679,-0.70710679,0.70710678,43.036943,-21.933639)" |  | ||||||
|        width="96" |  | ||||||
|        height="48" /> |  | ||||||
|     <use |  | ||||||
|        x="0" |  | ||||||
|        y="0" |  | ||||||
|        xlink:href="#use13314" |  | ||||||
|        id="use13334" |  | ||||||
|        transform="matrix(0.70710678,0.70710679,-0.70710679,0.70710678,50.085328,-38.904987)" |  | ||||||
|        width="96" |  | ||||||
|        height="48" /> |  | ||||||
|     <use |  | ||||||
|        x="0" |  | ||||||
|        y="0" |  | ||||||
|        xlink:href="#use13334" |  | ||||||
|        id="use13354" |  | ||||||
|        transform="matrix(0.70710678,0.70710679,-0.70710679,0.70710678,-38.894841,-31.888724)" |  | ||||||
|        width="96" |  | ||||||
|        height="48" /> |  | ||||||
|     <use |  | ||||||
|        x="0" |  | ||||||
|        y="0" |  | ||||||
|        xlink:href="#use13354" |  | ||||||
|        id="use13374" |  | ||||||
|        transform="matrix(0.70710678,0.70710679,-0.70710679,0.70710678,52.971072,2.0670843)" |  | ||||||
|        width="96" |  | ||||||
|        height="48" /> |  | ||||||
|     <use |  | ||||||
|        x="0" |  | ||||||
|        y="0" |  | ||||||
|        xlink:href="#use13374" |  | ||||||
|        id="use13394" |  | ||||||
|        transform="matrix(0.70710678,0.70710679,-0.70710679,0.70710678,60.017834,-14.929741)" |  | ||||||
|        width="96" |  | ||||||
|        height="48" /> |  | ||||||
|     <use |  | ||||||
|        x="0" |  | ||||||
|        y="0" |  | ||||||
|        xlink:href="#use13394" |  | ||||||
|        id="use13414" |  | ||||||
|        transform="matrix(0.86602541,0.50000001,-0.50000001,0.86602541,50.044124,-25.16226)" |  | ||||||
|        width="96" |  | ||||||
|        height="48" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 9.8 KiB | 
| @ -1,115 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948)  --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    version="1.0" |  | ||||||
|    id="Foreground" |  | ||||||
|    x="0px" |  | ||||||
|    y="0px" |  | ||||||
|    width="26" |  | ||||||
|    height="26" |  | ||||||
|    viewBox="0 0 18.909091 18.909091" |  | ||||||
|    enable-background="new 0 0 16 16" |  | ||||||
|    xml:space="preserve" |  | ||||||
|    sodipodi:version="0.32" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="summary-counter.svg" |  | ||||||
|    inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata |  | ||||||
|      id="metadata2399"><rdf:RDF><cc:Work |  | ||||||
|          rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs |  | ||||||
|      id="defs2397"><linearGradient |  | ||||||
|        id="linearGradient3845"><stop |  | ||||||
|          id="stop3847" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#000000;stop-opacity:0.18039216;" /><stop |  | ||||||
|          id="stop3849" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#000000;stop-opacity:0.43137255;" /></linearGradient><linearGradient |  | ||||||
|        id="linearGradient3837"><stop |  | ||||||
|          id="stop3839" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /><stop |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" |  | ||||||
|          offset="0.08333334" |  | ||||||
|          id="stop3781" /><stop |  | ||||||
|          id="stop3783" |  | ||||||
|          offset="0.90909094" |  | ||||||
|          style="stop-color:#0b0b0b;stop-opacity:0;" /><stop |  | ||||||
|          id="stop3841" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#000000;stop-opacity:0.02745098;" /></linearGradient></defs><sodipodi:namedview |  | ||||||
|      inkscape:window-height="715" |  | ||||||
|      inkscape:window-width="1364" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      guidetolerance="10.0" |  | ||||||
|      gridtolerance="10.0" |  | ||||||
|      objecttolerance="10.0" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      pagecolor="#3e3e3e" |  | ||||||
|      id="base" |  | ||||||
|      showgrid="false" |  | ||||||
|      inkscape:zoom="11.313708" |  | ||||||
|      inkscape:cx="-6.5445447" |  | ||||||
|      inkscape:cy="7.4229136" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="27" |  | ||||||
|      inkscape:current-layer="Foreground" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      borderlayer="true" |  | ||||||
|      inkscape:showpageshadow="false" |  | ||||||
|      inkscape:window-maximized="0" |  | ||||||
|      fit-margin-top="0" |  | ||||||
|      fit-margin-left="0" |  | ||||||
|      fit-margin-right="0" |  | ||||||
|      fit-margin-bottom="0" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid11246" |  | ||||||
|        empspacing="5" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        originx="-3.6363603" |  | ||||||
|        originy="-2.9090857" /></sodipodi:namedview><g |  | ||||||
|      id="g3175-4" |  | ||||||
|      transform="translate(1.8442616,0.64207471)" |  | ||||||
|      style="opacity:0.8"><g |  | ||||||
|        id="g3172-6" /></g><circle |  | ||||||
|      style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|      id="path3808-4" |  | ||||||
|      cx="9.4545488" |  | ||||||
|      cy="10.181814" |  | ||||||
|      r="8" /><circle |  | ||||||
|      style="opacity:1;fill:#f75a61;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|      id="path3808" |  | ||||||
|      cx="9.4545488" |  | ||||||
|      cy="9.454545" |  | ||||||
|      r="8" /><g |  | ||||||
|      inkscape:label="window-close" |  | ||||||
|      id="g27275-6-6-6" |  | ||||||
|      style="display:inline;fill:#000000;fill-opacity:1" |  | ||||||
|      transform="matrix(0.72727272,0,0,0.72727272,4.1762041,2.78384)"><g |  | ||||||
|        transform="translate(-41,-760)" |  | ||||||
|        id="g27277-1-1-2" |  | ||||||
|        style="display:inline;fill:#000000;fill-opacity:1" /></g><g |  | ||||||
|      inkscape:label="window-close" |  | ||||||
|      id="g27275-6-6" |  | ||||||
|      style="display:inline;fill:#ffffff;fill-opacity:1" |  | ||||||
|      transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g |  | ||||||
|        transform="translate(-41,-760)" |  | ||||||
|        id="g27277-1-1" |  | ||||||
|        style="display:inline;fill:#ffffff;fill-opacity:1" /></g></svg> |  | ||||||
| Before Width: | Height: | Size: 4.3 KiB | 
| Before Width: | Height: | Size: 879 B | 
| Before Width: | Height: | Size: 853 B | 
| @ -1,178 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    inkscape:export-ydpi="90.000000" |  | ||||||
|    inkscape:export-xdpi="90.000000" |  | ||||||
|    width="24" |  | ||||||
|    height="24" |  | ||||||
|    id="svg11300" |  | ||||||
|    sodipodi:version="0.32" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="activities-active.svg" |  | ||||||
|    inkscape:output_extension="org.inkscape.output.svg.inkscape" |  | ||||||
|    version="1.0" |  | ||||||
|    style="display:inline;enable-background:new"> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      stroke="#ef2929" |  | ||||||
|      fill="#f57900" |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#bebebe" |  | ||||||
|      bordercolor="#525252" |  | ||||||
|      borderopacity="1" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="22.627417" |  | ||||||
|      inkscape:cx="4.4779162" |  | ||||||
|      inkscape:cy="11.459165" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:grid-bbox="true" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:showpageshadow="true" |  | ||||||
|      inkscape:window-width="1600" |  | ||||||
|      inkscape:window-height="848" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="25" |  | ||||||
|      width="400px" |  | ||||||
|      height="300px" |  | ||||||
|      inkscape:snap-nodes="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      gridtolerance="10000" |  | ||||||
|      inkscape:object-nodes="true" |  | ||||||
|      inkscape:snap-grids="true" |  | ||||||
|      showguides="false" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:bbox-paths="false" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="false" |  | ||||||
|      inkscape:snap-bbox-midpoints="false" |  | ||||||
|      objecttolerance="10000" |  | ||||||
|      guidetolerance="10000" |  | ||||||
|      borderlayer="true" |  | ||||||
|      showborder="true" |  | ||||||
|      guidecolor="#ff0b00" |  | ||||||
|      guideopacity="1" |  | ||||||
|      guidehicolor="#001aff" |  | ||||||
|      guidehiopacity="0.49803922"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid3123" |  | ||||||
|        empspacing="4" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" /> |  | ||||||
|     <sodipodi:guide |  | ||||||
|        position="12,12" |  | ||||||
|        orientation="1,0" |  | ||||||
|        id="guide4135" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs3"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4140" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4142" |  | ||||||
|        x1="6" |  | ||||||
|        y1="287" |  | ||||||
|        x2="6" |  | ||||||
|        y2="289" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:creator> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:creator> |  | ||||||
|         <dc:source /> |  | ||||||
|         <cc:license |  | ||||||
|            rdf:resource="" /> |  | ||||||
|         <dc:title /> |  | ||||||
|         <dc:subject> |  | ||||||
|           <rdf:Bag /> |  | ||||||
|         </dc:subject> |  | ||||||
|         <dc:date /> |  | ||||||
|         <dc:rights> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:rights> |  | ||||||
|         <dc:publisher> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:publisher> |  | ||||||
|         <dc:identifier /> |  | ||||||
|         <dc:relation /> |  | ||||||
|         <dc:language /> |  | ||||||
|         <dc:coverage /> |  | ||||||
|         <dc:description /> |  | ||||||
|         <dc:contributor> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:contributor> |  | ||||||
|       </cc:Work> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      style="display:inline" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      inkscape:label="Base" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-276)"> |  | ||||||
|     <rect |  | ||||||
|        style="opacity:1;fill:url(#linearGradient4142);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4138" |  | ||||||
|        width="2" |  | ||||||
|        height="2" |  | ||||||
|        x="5" |  | ||||||
|        y="287" /> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" |  | ||||||
|        id="rect4138-6" |  | ||||||
|        width="2" |  | ||||||
|        height="2" |  | ||||||
|        x="11" |  | ||||||
|        y="287" /> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" |  | ||||||
|        id="rect4138-9" |  | ||||||
|        width="2" |  | ||||||
|        height="2" |  | ||||||
|        x="17" |  | ||||||
|        y="287" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 5.2 KiB | 
| @ -1,158 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    inkscape:export-ydpi="90.000000" |  | ||||||
|    inkscape:export-xdpi="90.000000" |  | ||||||
|    width="24" |  | ||||||
|    height="24" |  | ||||||
|    id="svg11300" |  | ||||||
|    sodipodi:version="0.32" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="activities.svg" |  | ||||||
|    inkscape:output_extension="org.inkscape.output.svg.inkscape" |  | ||||||
|    version="1.0" |  | ||||||
|    style="display:inline;enable-background:new"> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      stroke="#ef2929" |  | ||||||
|      fill="#f57900" |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#bebebe" |  | ||||||
|      bordercolor="#525252" |  | ||||||
|      borderopacity="1" |  | ||||||
|      inkscape:pageopacity="1" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="22.627417" |  | ||||||
|      inkscape:cx="11.305916" |  | ||||||
|      inkscape:cy="11.635941" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:grid-bbox="true" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:showpageshadow="true" |  | ||||||
|      inkscape:window-width="1600" |  | ||||||
|      inkscape:window-height="848" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="25" |  | ||||||
|      width="400px" |  | ||||||
|      height="300px" |  | ||||||
|      inkscape:snap-nodes="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      gridtolerance="10000" |  | ||||||
|      inkscape:object-nodes="true" |  | ||||||
|      inkscape:snap-grids="true" |  | ||||||
|      showguides="false" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:bbox-paths="false" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="false" |  | ||||||
|      inkscape:snap-bbox-midpoints="false" |  | ||||||
|      objecttolerance="10000" |  | ||||||
|      guidetolerance="10000" |  | ||||||
|      borderlayer="true" |  | ||||||
|      showborder="true" |  | ||||||
|      guidecolor="#ff0b00" |  | ||||||
|      guideopacity="1" |  | ||||||
|      guidehicolor="#001aff" |  | ||||||
|      guidehiopacity="0.49803922"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid3123" |  | ||||||
|        empspacing="4" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" /> |  | ||||||
|     <sodipodi:guide |  | ||||||
|        position="12,12" |  | ||||||
|        orientation="1,0" |  | ||||||
|        id="guide4135" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <defs |  | ||||||
|      id="defs3" /> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:creator> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:creator> |  | ||||||
|         <dc:source /> |  | ||||||
|         <cc:license |  | ||||||
|            rdf:resource="" /> |  | ||||||
|         <dc:title /> |  | ||||||
|         <dc:subject> |  | ||||||
|           <rdf:Bag /> |  | ||||||
|         </dc:subject> |  | ||||||
|         <dc:date /> |  | ||||||
|         <dc:rights> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:rights> |  | ||||||
|         <dc:publisher> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:publisher> |  | ||||||
|         <dc:identifier /> |  | ||||||
|         <dc:relation /> |  | ||||||
|         <dc:language /> |  | ||||||
|         <dc:coverage /> |  | ||||||
|         <dc:description /> |  | ||||||
|         <dc:contributor> |  | ||||||
|           <cc:Agent> |  | ||||||
|             <dc:title /> |  | ||||||
|           </cc:Agent> |  | ||||||
|         </dc:contributor> |  | ||||||
|       </cc:Work> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      style="display:inline" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      inkscape:label="Base" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-276)"> |  | ||||||
|     <rect |  | ||||||
|        style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4138" |  | ||||||
|        width="2" |  | ||||||
|        height="2" |  | ||||||
|        x="5" |  | ||||||
|        y="287" /> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" |  | ||||||
|        id="rect4138-6" |  | ||||||
|        width="2" |  | ||||||
|        height="2" |  | ||||||
|        x="11" |  | ||||||
|        y="287" /> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" |  | ||||||
|        id="rect4138-9" |  | ||||||
|        width="2" |  | ||||||
|        height="2" |  | ||||||
|        x="17" |  | ||||||
|        y="287" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.6 KiB | 
| @ -1,75 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="27" |  | ||||||
|    height="27" |  | ||||||
|    viewBox="0 0 27 27" |  | ||||||
|    id="svg4196" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="panel-overview.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs4198" /> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="11.313708" |  | ||||||
|      inkscape:cx="12.34771" |  | ||||||
|      inkscape:cy="7.591971" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4762" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4201"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1025.3622)"> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4713" |  | ||||||
|        width="27" |  | ||||||
|        height="26" |  | ||||||
|        x="0" |  | ||||||
|        y="1025.3622" /> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4713-4" |  | ||||||
|        width="27" |  | ||||||
|        height="1" |  | ||||||
|        x="0" |  | ||||||
|        y="1051.3622" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.3 KiB | 
| @ -1,75 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="27" |  | ||||||
|    height="27" |  | ||||||
|    viewBox="0 0 27 27" |  | ||||||
|    id="svg4196" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="panel.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs4198" /> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="22.627416" |  | ||||||
|      inkscape:cx="11.460174" |  | ||||||
|      inkscape:cy="2.920327" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4762" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata4201"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1025.3622)"> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4713" |  | ||||||
|        width="27" |  | ||||||
|        height="26" |  | ||||||
|        x="0" |  | ||||||
|        y="1025.3622" /> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4713-4" |  | ||||||
|        width="27" |  | ||||||
|        height="1" |  | ||||||
|        x="0" |  | ||||||
|        y="1051.3622" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.3 KiB | 
| @ -1,229 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="50" |  | ||||||
|    height="20" |  | ||||||
|    id="svg7539" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="switch-off-selected.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs7541"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_fg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4164" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient4695-1-4-3-5-0-6"> |  | ||||||
|       <stop |  | ||||||
|          id="stop4697-9-9-7-0-1-5" |  | ||||||
|          style="stop-color:#000000;stop-opacity:1;" |  | ||||||
|          offset="0" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop4699-5-8-9-0-4-0" |  | ||||||
|          style="stop-color:#000000;stop-opacity:0" |  | ||||||
|          offset="1" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3768-6"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#0f0f0f;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop3770-0" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop3778-6" |  | ||||||
|          offset="0.078125" |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" |  | ||||||
|          offset="0.97355771" |  | ||||||
|          id="stop3774-2" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#1b1b1b;stop-opacity:1;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop3776-2" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3969-0-4"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#353537;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop3971-2-6" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#4d4f52;stop-opacity:1;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop3973-0-1" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3938"> |  | ||||||
|       <stop |  | ||||||
|          id="stop3940" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop3942" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0.54901963;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient6523"> |  | ||||||
|       <stop |  | ||||||
|          id="stop6525" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#1a1a1a;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop6527" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#1a1a1a;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3938-6"> |  | ||||||
|       <stop |  | ||||||
|          id="stop3940-4" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#bebebe;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop3942-8" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_fg_color" |  | ||||||
|        id="linearGradient4166" |  | ||||||
|        x1="41" |  | ||||||
|        y1="1032.3622" |  | ||||||
|        x2="41" |  | ||||||
|        y2="1050.3622" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_fg_color" |  | ||||||
|        id="linearGradient4168" |  | ||||||
|        x1="1046.0012" |  | ||||||
|        y1="336.99982" |  | ||||||
|        x2="1046.0012" |  | ||||||
|        y2="343" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="8.2495794" |  | ||||||
|      inkscape:cx="34.261465" |  | ||||||
|      inkscape:cy="7.0057377" |  | ||||||
|      inkscape:current-layer="switch-selected" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:grid-bbox="true" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      fit-margin-top="0" |  | ||||||
|      fit-margin-left="0" |  | ||||||
|      fit-margin-right="0" |  | ||||||
|      fit-margin-bottom="0" |  | ||||||
|      inkscape:window-width="1920" |  | ||||||
|      inkscape:window-height="1032" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="23" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      inkscape:snap-bbox-midpoints="false" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid3019" |  | ||||||
|        empspacing="5" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        originx="-4" |  | ||||||
|        originy="2.6171874e-06" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata7544"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      inkscape:label="Layer 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      transform="translate(-120,87.999997)"> |  | ||||||
|     <g |  | ||||||
|        transform="translate(-886,-418)" |  | ||||||
|        style="display:inline;opacity:1" |  | ||||||
|        id="switch-selected" |  | ||||||
|        inkscape:label="#g4820"> |  | ||||||
|       <g |  | ||||||
|          id="layer1-9-3" |  | ||||||
|          inkscape:label="Layer 1" |  | ||||||
|          transform="matrix(-1,0,0,1,1177,420)"> |  | ||||||
|         <g |  | ||||||
|            style="display:inline" |  | ||||||
|            transform="translate(120,-116.99998)" |  | ||||||
|            inkscape:label="Layer 1" |  | ||||||
|            id="switch-active-2-8"> |  | ||||||
|           <g |  | ||||||
|              id="g3900-12-2" |  | ||||||
|              transform="translate(0,-1004.3622)"> |  | ||||||
|             <rect |  | ||||||
|                style="display:inline;opacity:0;fill:#434343;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|                id="rect5465-3-32-9" |  | ||||||
|                width="52" |  | ||||||
|                height="24" |  | ||||||
|                x="0" |  | ||||||
|                y="1029.3622" /> |  | ||||||
|             <rect |  | ||||||
|                style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" |  | ||||||
|                id="rect2987-07-3" |  | ||||||
|                width="50" |  | ||||||
|                height="20" |  | ||||||
|                x="1" |  | ||||||
|                y="1031.3622" |  | ||||||
|                ry="11" |  | ||||||
|                rx="11" /> |  | ||||||
|             <circle |  | ||||||
|                style="fill:url(#linearGradient4166);fill-opacity:1;fill-rule:nonzero;stroke:none" |  | ||||||
|                id="path3759-7-1" |  | ||||||
|                cx="41" |  | ||||||
|                cy="1041.3622" |  | ||||||
|                r="9" /> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|       <path |  | ||||||
|          inkscape:connector-curvature="0" |  | ||||||
|          d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" |  | ||||||
|          id="path10839-9-8-2-2-5-7" |  | ||||||
|          style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 7.7 KiB | 
| @ -1,274 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="50" |  | ||||||
|    height="20" |  | ||||||
|    id="svg7539" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="switch-on-selected.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs7541"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_fg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4171" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4166" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient4695-1-4-3-5-0-6"> |  | ||||||
|       <stop |  | ||||||
|          id="stop4697-9-9-7-0-1-5" |  | ||||||
|          style="stop-color:#000000;stop-opacity:1;" |  | ||||||
|          offset="0" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop4699-5-8-9-0-4-0" |  | ||||||
|          style="stop-color:#000000;stop-opacity:0" |  | ||||||
|          offset="1" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3768-6"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#0f0f0f;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop3770-0" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop3778-6" |  | ||||||
|          offset="0.078125" |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" |  | ||||||
|          offset="0.97355771" |  | ||||||
|          id="stop3774-2" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#1b1b1b;stop-opacity:1;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop3776-2" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3969-0-4"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#353537;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop3971-2-6" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#4d4f52;stop-opacity:1;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop3973-0-1" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3938"> |  | ||||||
|       <stop |  | ||||||
|          id="stop3940" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop3942" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0.54901963;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient6523"> |  | ||||||
|       <stop |  | ||||||
|          id="stop6525" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#1a1a1a;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop6527" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#1a1a1a;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3938-6"> |  | ||||||
|       <stop |  | ||||||
|          id="stop3940-4" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#bebebe;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop3942-8" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4168" |  | ||||||
|        x1="980.04999" |  | ||||||
|        y1="-456.09485" |  | ||||||
|        x2="980.04999" |  | ||||||
|        y2="-454.09487" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4170" |  | ||||||
|        x1="981.54999" |  | ||||||
|        y1="-462.09485" |  | ||||||
|        x2="981.54999" |  | ||||||
|        y2="-454.09487" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4172" |  | ||||||
|        x1="41" |  | ||||||
|        y1="1032.3622" |  | ||||||
|        x2="41" |  | ||||||
|        y2="1050.3622" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_fg_color" |  | ||||||
|        id="linearGradient4173" |  | ||||||
|        x1="26" |  | ||||||
|        y1="1031.3622" |  | ||||||
|        x2="26" |  | ||||||
|        y2="1051.3622" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="11.666667" |  | ||||||
|      inkscape:cx="14.042172" |  | ||||||
|      inkscape:cy="11.702892" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:grid-bbox="true" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      fit-margin-top="0" |  | ||||||
|      fit-margin-left="0" |  | ||||||
|      fit-margin-right="0" |  | ||||||
|      fit-margin-bottom="0" |  | ||||||
|      inkscape:window-width="1920" |  | ||||||
|      inkscape:window-height="1032" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="23" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      inkscape:snap-bbox-midpoints="false" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid3019" |  | ||||||
|        empspacing="5" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        originx="-4" |  | ||||||
|        originy="2.6171874e-06" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata7544"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      inkscape:label="Layer 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      transform="translate(-120,87.999997)"> |  | ||||||
|     <g |  | ||||||
|        transform="translate(-886,-448)" |  | ||||||
|        style="display:inline;opacity:1" |  | ||||||
|        id="switch-active-selected" |  | ||||||
|        inkscape:label="#g4829"> |  | ||||||
|       <g |  | ||||||
|          id="layer1-9-0-0" |  | ||||||
|          inkscape:label="Layer 1" |  | ||||||
|          transform="translate(885,450)" |  | ||||||
|          style="display:inline;opacity:1"> |  | ||||||
|         <g |  | ||||||
|            style="display:inline" |  | ||||||
|            transform="translate(120,-116.99998)" |  | ||||||
|            inkscape:label="Layer 1" |  | ||||||
|            id="switch-active-8-4"> |  | ||||||
|           <g |  | ||||||
|              id="g3900-1-87-6" |  | ||||||
|              transform="translate(0,-1004.3622)"> |  | ||||||
|             <rect |  | ||||||
|                style="display:inline;opacity:0;fill:#434343;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|                id="rect5465-3-3-6" |  | ||||||
|                width="52" |  | ||||||
|                height="24" |  | ||||||
|                x="0" |  | ||||||
|                y="1029.3622" /> |  | ||||||
|             <rect |  | ||||||
|                style="fill:url(#linearGradient4173);fill-opacity:1;fill-rule:nonzero;stroke:none" |  | ||||||
|                id="rect2987-0-8-4" |  | ||||||
|                width="50" |  | ||||||
|                height="20" |  | ||||||
|                x="1" |  | ||||||
|                y="1031.3622" |  | ||||||
|                ry="11" |  | ||||||
|                rx="11" /> |  | ||||||
|             <circle |  | ||||||
|                style="fill:url(#linearGradient4172);fill-opacity:1;fill-rule:nonzero;stroke:none" |  | ||||||
|                id="path3759-0-7" |  | ||||||
|                cx="41" |  | ||||||
|                cy="1041.3622" |  | ||||||
|                r="9" /> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|       <g |  | ||||||
|          transform="translate(-1.0003162,0)" |  | ||||||
|          id="g4816-0"> |  | ||||||
|         <rect |  | ||||||
|            transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" |  | ||||||
|            ry="0.66666085" |  | ||||||
|            rx="0.66666085" |  | ||||||
|            y="-456.09485" |  | ||||||
|            x="977.54999" |  | ||||||
|            height="1.9999826" |  | ||||||
|            width="5" |  | ||||||
|            id="rect3977-39-2-1" |  | ||||||
|            style="display:inline;opacity:1;fill:url(#linearGradient4168);fill-opacity:1;stroke:none" /> |  | ||||||
|         <rect |  | ||||||
|            transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" |  | ||||||
|            ry="0" |  | ||||||
|            y="-462.09485" |  | ||||||
|            x="980.54999" |  | ||||||
|            height="7.9999828" |  | ||||||
|            width="2" |  | ||||||
|            id="rect3979-7-0-8" |  | ||||||
|            style="display:inline;opacity:1;fill:url(#linearGradient4170);fill-opacity:1;stroke:none" /> |  | ||||||
|       </g> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 8.0 KiB | 
| @ -1,214 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg2" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="checkbox-checked-focused.svg" |  | ||||||
|    inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png" |  | ||||||
|    inkscape:export-xdpi="90" |  | ||||||
|    inkscape:export-ydpi="90"> |  | ||||||
|   <defs |  | ||||||
|      id="defs4"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4159" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3768-6"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#0f0f0f;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop3770-6" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop3778-2" |  | ||||||
|          offset="0.078125" |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" |  | ||||||
|          offset="0.97355771" |  | ||||||
|          id="stop3774-0" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#1b1b1b;stop-opacity:1;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop3776-1" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4161" |  | ||||||
|        x1="25" |  | ||||||
|        y1="31.362191" |  | ||||||
|        x2="25" |  | ||||||
|        y2="45.362191" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="11.313709" |  | ||||||
|      inkscape:cx="-8.8873943" |  | ||||||
|      inkscape:cy="0.45889901" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      inkscape:showpageshadow="false" |  | ||||||
|      showborder="true" |  | ||||||
|      inkscape:window-width="1006" |  | ||||||
|      inkscape:window-height="723" |  | ||||||
|      inkscape:window-x="358" |  | ||||||
|      inkscape:window-y="22" |  | ||||||
|      inkscape:window-maximized="0" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid2985" |  | ||||||
|        empspacing="5" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata7"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1036.3622)"> |  | ||||||
|     <g |  | ||||||
|        transform="translate(-36,1036)" |  | ||||||
|        style="display:inline;opacity:1" |  | ||||||
|        id="checkbox-checked-dark" |  | ||||||
|        inkscape:label="#g10758"> |  | ||||||
|       <g |  | ||||||
|          inkscape:label="#g22047" |  | ||||||
|          id="checkbox-unchecked-5-59" |  | ||||||
|          style="display:inline" |  | ||||||
|          transform="translate(19,0)"> |  | ||||||
|         <g |  | ||||||
|            id="sdsd-7-54" |  | ||||||
|            inkscape:label="#g21853"> |  | ||||||
|           <g |  | ||||||
|              transform="translate(0,-30)" |  | ||||||
|              inkscape:label="#g14325" |  | ||||||
|              id="scdsdcd-5-8"> |  | ||||||
|             <g |  | ||||||
|                transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" |  | ||||||
|                id="g15812-6-6-1-5-4" |  | ||||||
|                style="display:inline"> |  | ||||||
|               <g |  | ||||||
|                  style="display:inline" |  | ||||||
|                  id="g5489-2-9-6-8-8-53-5" |  | ||||||
|                  transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> |  | ||||||
|                 <g |  | ||||||
|                    id="g5428-8-1-4-0-0-4-2" /> |  | ||||||
|               </g> |  | ||||||
|             </g> |  | ||||||
|             <rect |  | ||||||
|                style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" |  | ||||||
|                id="rect13523-7-11" |  | ||||||
|                width="16" |  | ||||||
|                height="16" |  | ||||||
|                x="17" |  | ||||||
|                y="30.362183" /> |  | ||||||
|             <g |  | ||||||
|                id="g5400-6-68"> |  | ||||||
|               <rect |  | ||||||
|                  rx="1.9999943" |  | ||||||
|                  y="31.362196" |  | ||||||
|                  x="18.000006" |  | ||||||
|                  height="13.99999" |  | ||||||
|                  width="13.999989" |  | ||||||
|                  id="rect5147-9-1-5-7-6-7-4" |  | ||||||
|                  style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" |  | ||||||
|                  ry="1.9999917" /> |  | ||||||
|             </g> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|       <g |  | ||||||
|          inkscape:label="Ebene 1" |  | ||||||
|          id="checkbox-checked-dark-7-37" |  | ||||||
|          transform="translate(36,-1036)" |  | ||||||
|          style="display:inline"> |  | ||||||
|         <g |  | ||||||
|            id="g3981-6-4-97" |  | ||||||
|            transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,729.95475,305.0582)" |  | ||||||
|            style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" /> |  | ||||||
|         <g |  | ||||||
|            id="g4049-2-5" |  | ||||||
|            transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> |  | ||||||
|           <g |  | ||||||
|              id="g4056-7-6" |  | ||||||
|              transform="translate(12.374375,11.531233)"> |  | ||||||
|             <g |  | ||||||
|                id="g3981-0-8" |  | ||||||
|                transform="translate(-3,-4.9999826)" |  | ||||||
|                style="fill:#3b3c3e;fill-opacity:1"> |  | ||||||
|               <rect |  | ||||||
|                  ry="0.66666085" |  | ||||||
|                  rx="0.66666085" |  | ||||||
|                  y="1033.3622" |  | ||||||
|                  x="8" |  | ||||||
|                  height="1.9999826" |  | ||||||
|                  width="5" |  | ||||||
|                  id="rect3977-39-90" |  | ||||||
|                  style="fill:#2b303b;fill-opacity:1;stroke:none" /> |  | ||||||
|               <rect |  | ||||||
|                  ry="0" |  | ||||||
|                  y="1027.3622" |  | ||||||
|                  x="11" |  | ||||||
|                  height="7.9999828" |  | ||||||
|                  width="2" |  | ||||||
|                  id="rect3979-7-60" |  | ||||||
|                  style="fill:#2b303b;fill-opacity:1;stroke:none" /> |  | ||||||
|             </g> |  | ||||||
|             <rect |  | ||||||
|                style="fill:#eeeeee;fill-opacity:0;stroke:none" |  | ||||||
|                id="rect4047-81-5" |  | ||||||
|                width="3" |  | ||||||
|                height="1" |  | ||||||
|                x="5" |  | ||||||
|                y="-8" |  | ||||||
|                transform="translate(0,1036.3622)" /> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 6.8 KiB | 
| @ -1,214 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg2" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="checkbox-checked.svg" |  | ||||||
|    inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png" |  | ||||||
|    inkscape:export-xdpi="90" |  | ||||||
|    inkscape:export-ydpi="90"> |  | ||||||
|   <defs |  | ||||||
|      id="defs4"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4159" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3768-6"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#0f0f0f;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop3770-6" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop3778-2" |  | ||||||
|          offset="0.078125" |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" |  | ||||||
|          offset="0.97355771" |  | ||||||
|          id="stop3774-0" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#1b1b1b;stop-opacity:1;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop3776-1" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4161" |  | ||||||
|        x1="25" |  | ||||||
|        y1="31.362191" |  | ||||||
|        x2="25" |  | ||||||
|        y2="45.362191" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="11.313709" |  | ||||||
|      inkscape:cx="-1.9931035" |  | ||||||
|      inkscape:cy="7.5299665" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      inkscape:showpageshadow="false" |  | ||||||
|      showborder="true" |  | ||||||
|      inkscape:window-width="1006" |  | ||||||
|      inkscape:window-height="723" |  | ||||||
|      inkscape:window-x="358" |  | ||||||
|      inkscape:window-y="22" |  | ||||||
|      inkscape:window-maximized="0" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid2985" |  | ||||||
|        empspacing="5" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata7"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1036.3622)"> |  | ||||||
|     <g |  | ||||||
|        transform="translate(-36,1036)" |  | ||||||
|        style="display:inline;opacity:1" |  | ||||||
|        id="checkbox-checked-dark" |  | ||||||
|        inkscape:label="#g10758"> |  | ||||||
|       <g |  | ||||||
|          inkscape:label="#g22047" |  | ||||||
|          id="checkbox-unchecked-5-59" |  | ||||||
|          style="display:inline" |  | ||||||
|          transform="translate(19,0)"> |  | ||||||
|         <g |  | ||||||
|            id="sdsd-7-54" |  | ||||||
|            inkscape:label="#g21853"> |  | ||||||
|           <g |  | ||||||
|              transform="translate(0,-30)" |  | ||||||
|              inkscape:label="#g14325" |  | ||||||
|              id="scdsdcd-5-8"> |  | ||||||
|             <g |  | ||||||
|                transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" |  | ||||||
|                id="g15812-6-6-1-5-4" |  | ||||||
|                style="display:inline"> |  | ||||||
|               <g |  | ||||||
|                  style="display:inline" |  | ||||||
|                  id="g5489-2-9-6-8-8-53-5" |  | ||||||
|                  transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> |  | ||||||
|                 <g |  | ||||||
|                    id="g5428-8-1-4-0-0-4-2" /> |  | ||||||
|               </g> |  | ||||||
|             </g> |  | ||||||
|             <rect |  | ||||||
|                style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" |  | ||||||
|                id="rect13523-7-11" |  | ||||||
|                width="16" |  | ||||||
|                height="16" |  | ||||||
|                x="17" |  | ||||||
|                y="30.362183" /> |  | ||||||
|             <g |  | ||||||
|                id="g5400-6-68"> |  | ||||||
|               <rect |  | ||||||
|                  rx="1.9999943" |  | ||||||
|                  y="31.362196" |  | ||||||
|                  x="18.000006" |  | ||||||
|                  height="13.99999" |  | ||||||
|                  width="13.999989" |  | ||||||
|                  id="rect5147-9-1-5-7-6-7-4" |  | ||||||
|                  style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" |  | ||||||
|                  ry="1.9999917" /> |  | ||||||
|             </g> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|       <g |  | ||||||
|          inkscape:label="Ebene 1" |  | ||||||
|          id="checkbox-checked-dark-7-37" |  | ||||||
|          transform="translate(36,-1036)" |  | ||||||
|          style="display:inline"> |  | ||||||
|         <g |  | ||||||
|            id="g3981-6-4-97" |  | ||||||
|            transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,729.95475,305.0582)" |  | ||||||
|            style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" /> |  | ||||||
|         <g |  | ||||||
|            id="g4049-2-5" |  | ||||||
|            transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> |  | ||||||
|           <g |  | ||||||
|              id="g4056-7-6" |  | ||||||
|              transform="translate(12.374375,11.531233)"> |  | ||||||
|             <g |  | ||||||
|                id="g3981-0-8" |  | ||||||
|                transform="translate(-3,-4.9999826)" |  | ||||||
|                style="fill:#3b3c3e;fill-opacity:1"> |  | ||||||
|               <rect |  | ||||||
|                  ry="0.66666085" |  | ||||||
|                  rx="0.66666085" |  | ||||||
|                  y="1033.3622" |  | ||||||
|                  x="8" |  | ||||||
|                  height="1.9999826" |  | ||||||
|                  width="5" |  | ||||||
|                  id="rect3977-39-90" |  | ||||||
|                  style="fill:#2b303b;fill-opacity:1;stroke:none" /> |  | ||||||
|               <rect |  | ||||||
|                  ry="0" |  | ||||||
|                  y="1027.3622" |  | ||||||
|                  x="11" |  | ||||||
|                  height="7.9999828" |  | ||||||
|                  width="2" |  | ||||||
|                  id="rect3979-7-60" |  | ||||||
|                  style="fill:#2b303b;fill-opacity:1;stroke:none" /> |  | ||||||
|             </g> |  | ||||||
|             <rect |  | ||||||
|                style="fill:#eeeeee;fill-opacity:0;stroke:none" |  | ||||||
|                id="rect4047-81-5" |  | ||||||
|                width="3" |  | ||||||
|                height="1" |  | ||||||
|                x="5" |  | ||||||
|                y="-8" |  | ||||||
|                transform="translate(0,1036.3622)" /> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 6.8 KiB | 
| @ -1,160 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg2" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="checkbox-unchecked-focused.svg" |  | ||||||
|    inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png" |  | ||||||
|    inkscape:export-xdpi="90" |  | ||||||
|    inkscape:export-ydpi="90"> |  | ||||||
|   <defs |  | ||||||
|      id="defs4"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4150" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3768-6"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#0f0f0f;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop3770-6" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop3778-2" |  | ||||||
|          offset="0.078125" |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" |  | ||||||
|          offset="0.97355771" |  | ||||||
|          id="stop3774-0" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#1b1b1b;stop-opacity:1;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop3776-1" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4152" |  | ||||||
|        x1="25" |  | ||||||
|        y1="31.362183" |  | ||||||
|        x2="25" |  | ||||||
|        y2="45.36218" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="11.313709" |  | ||||||
|      inkscape:cx="5.2547407" |  | ||||||
|      inkscape:cy="14.601034" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      inkscape:showpageshadow="false" |  | ||||||
|      showborder="true" |  | ||||||
|      inkscape:window-width="1006" |  | ||||||
|      inkscape:window-height="723" |  | ||||||
|      inkscape:window-x="358" |  | ||||||
|      inkscape:window-y="22" |  | ||||||
|      inkscape:window-maximized="0" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid2985" |  | ||||||
|        empspacing="5" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata7"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1036.3622)"> |  | ||||||
|     <g |  | ||||||
|        transform="translate(-17,1036)" |  | ||||||
|        style="display:inline;opacity:1" |  | ||||||
|        id="checkbox-unchecked-dark" |  | ||||||
|        inkscape:label="#g22047"> |  | ||||||
|       <g |  | ||||||
|          inkscape:label="#g21853" |  | ||||||
|          id="sdsd-0-1"> |  | ||||||
|         <g |  | ||||||
|            id="scdsdcd-0-4" |  | ||||||
|            inkscape:label="#g14325" |  | ||||||
|            transform="translate(0,-30)"> |  | ||||||
|           <g |  | ||||||
|              style="display:inline" |  | ||||||
|              id="g15812-6-6-1-4-4" |  | ||||||
|              transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"> |  | ||||||
|             <g |  | ||||||
|                transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)" |  | ||||||
|                id="g5489-2-9-6-8-8-9-7" |  | ||||||
|                style="display:inline"> |  | ||||||
|               <g |  | ||||||
|                  id="g5428-8-1-4-0-0-65-8" /> |  | ||||||
|             </g> |  | ||||||
|           </g> |  | ||||||
|           <rect |  | ||||||
|              y="30.362183" |  | ||||||
|              x="17" |  | ||||||
|              height="16" |  | ||||||
|              width="16" |  | ||||||
|              id="rect13523-4-0" |  | ||||||
|              style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> |  | ||||||
|           <g |  | ||||||
|              id="g5400-2-47"> |  | ||||||
|             <rect |  | ||||||
|                ry="2" |  | ||||||
|                style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:url(#linearGradient4152);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" |  | ||||||
|                id="rect5147-9-1-5-7-6-3-70" |  | ||||||
|                width="13" |  | ||||||
|                height="12.999997" |  | ||||||
|                x="18.5" |  | ||||||
|                y="31.862183" |  | ||||||
|                rx="2" /> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.9 KiB | 
| @ -1,141 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg2" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="checkbox-unchecked.svg" |  | ||||||
|    inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png" |  | ||||||
|    inkscape:export-xdpi="90" |  | ||||||
|    inkscape:export-ydpi="90"> |  | ||||||
|   <defs |  | ||||||
|      id="defs4"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3768-6"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#0f0f0f;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop3770-6" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop3778-2" |  | ||||||
|          offset="0.078125" |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" |  | ||||||
|          offset="0.97355771" |  | ||||||
|          id="stop3774-0" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#1b1b1b;stop-opacity:1;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop3776-1" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="11.313709" |  | ||||||
|      inkscape:cx="8.4809152" |  | ||||||
|      inkscape:cy="7.7067432" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      inkscape:showpageshadow="false" |  | ||||||
|      showborder="true" |  | ||||||
|      inkscape:window-width="1006" |  | ||||||
|      inkscape:window-height="723" |  | ||||||
|      inkscape:window-x="358" |  | ||||||
|      inkscape:window-y="22" |  | ||||||
|      inkscape:window-maximized="0" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid2985" |  | ||||||
|        empspacing="5" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata7"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1036.3622)"> |  | ||||||
|     <g |  | ||||||
|        transform="translate(-17,1036)" |  | ||||||
|        style="display:inline;opacity:1" |  | ||||||
|        id="checkbox-unchecked-dark" |  | ||||||
|        inkscape:label="#g22047"> |  | ||||||
|       <g |  | ||||||
|          inkscape:label="#g21853" |  | ||||||
|          id="sdsd-0-1"> |  | ||||||
|         <g |  | ||||||
|            id="scdsdcd-0-4" |  | ||||||
|            inkscape:label="#g14325" |  | ||||||
|            transform="translate(0,-30)"> |  | ||||||
|           <g |  | ||||||
|              style="display:inline" |  | ||||||
|              id="g15812-6-6-1-4-4" |  | ||||||
|              transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"> |  | ||||||
|             <g |  | ||||||
|                transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)" |  | ||||||
|                id="g5489-2-9-6-8-8-9-7" |  | ||||||
|                style="display:inline"> |  | ||||||
|               <g |  | ||||||
|                  id="g5428-8-1-4-0-0-65-8" /> |  | ||||||
|             </g> |  | ||||||
|           </g> |  | ||||||
|           <rect |  | ||||||
|              y="30.362183" |  | ||||||
|              x="17" |  | ||||||
|              height="16" |  | ||||||
|              width="16" |  | ||||||
|              id="rect13523-4-0" |  | ||||||
|              style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> |  | ||||||
|           <g |  | ||||||
|              id="g5400-2-47"> |  | ||||||
|             <rect |  | ||||||
|                ry="2" |  | ||||||
|                style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#32363d;fill-opacity:1;stroke:#26282d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" |  | ||||||
|                id="rect5147-9-1-5-7-6-3-70" |  | ||||||
|                width="13" |  | ||||||
|                height="12.999997" |  | ||||||
|                x="18.5" |  | ||||||
|                y="31.862183" |  | ||||||
|                rx="2" /> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.4 KiB | 
| @ -1,127 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="32" |  | ||||||
|    height="32" |  | ||||||
|    viewBox="0 0 32 32" |  | ||||||
|    id="svg5386" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="menu.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs5388" /> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="1" |  | ||||||
|      inkscape:cx="17.33371" |  | ||||||
|      inkscape:cy="23.416387" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="false" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid5954" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata5391"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1020.3622)"> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:0.7;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4164-4-3" |  | ||||||
|        width="23" |  | ||||||
|        height="21.999889" |  | ||||||
|        x="4.5" |  | ||||||
|        y="1024.8622" |  | ||||||
|        rx="2.0000005" |  | ||||||
|        ry="1.9999999" /> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:1;fill:#383c45;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4164" |  | ||||||
|        width="22" |  | ||||||
|        height="20.999971" |  | ||||||
|        x="5" |  | ||||||
|        y="1025.3622" |  | ||||||
|        rx="1.4" |  | ||||||
|        ry="1.4" /> |  | ||||||
|     <g |  | ||||||
|        transform="translate(-425.99995,658.36226)" |  | ||||||
|        id="g4271" |  | ||||||
|        style="display:inline;opacity:0.75"> |  | ||||||
|       <rect |  | ||||||
|          ry="8" |  | ||||||
|          rx="8" |  | ||||||
|          y="362.49994" |  | ||||||
|          x="426.49994" |  | ||||||
|          height="31" |  | ||||||
|          width="31.000011" |  | ||||||
|          id="rect4164-4-7-5-3-8-8" |  | ||||||
|          style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <rect |  | ||||||
|          ry="6.999999" |  | ||||||
|          rx="7" |  | ||||||
|          y="363.49997" |  | ||||||
|          x="427.49994" |  | ||||||
|          height="28.999996" |  | ||||||
|          width="29.000011" |  | ||||||
|          id="rect4164-4-7-5-3-8" |  | ||||||
|          style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <rect |  | ||||||
|          ry="6" |  | ||||||
|          rx="6" |  | ||||||
|          y="364.49994" |  | ||||||
|          x="428.49994" |  | ||||||
|          height="26.999998" |  | ||||||
|          width="27.000011" |  | ||||||
|          id="rect4164-4-7-5-3" |  | ||||||
|          style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <rect |  | ||||||
|          ry="5" |  | ||||||
|          rx="4.9999995" |  | ||||||
|          y="365.49997" |  | ||||||
|          x="429.49997" |  | ||||||
|          height="24.999998" |  | ||||||
|          width="24.999981" |  | ||||||
|          id="rect4164-4-7-5" |  | ||||||
|          style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <path |  | ||||||
|          transform="translate(-6.1035156e-5,0)" |  | ||||||
|          id="rect4164-4-7" |  | ||||||
|          d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" |  | ||||||
|          style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|          inkscape:connector-curvature="0" |  | ||||||
|          sodipodi:nodetypes="csscssc" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.7 KiB | 
| @ -1,109 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="37" |  | ||||||
|    height="18" |  | ||||||
|    id="svg3783" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="submenu-open.svg" |  | ||||||
|    inkscape:export-filename="/home/steffen/.local/share/themes/Vertex_Shell/gnome-shell/menu.png" |  | ||||||
|    inkscape:export-xdpi="90" |  | ||||||
|    inkscape:export-ydpi="90"> |  | ||||||
|   <defs |  | ||||||
|      id="defs3785" /> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#838383" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="16.000001" |  | ||||||
|      inkscape:cx="17.662447" |  | ||||||
|      inkscape:cy="6.5634088" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="g3027" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:showpageshadow="false" |  | ||||||
|      inkscape:window-width="1364" |  | ||||||
|      inkscape:window-height="718" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="25" |  | ||||||
|      inkscape:window-maximized="0" |  | ||||||
|      inkscape:snap-global="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      fit-margin-top="0" |  | ||||||
|      fit-margin-left="0" |  | ||||||
|      fit-margin-right="0" |  | ||||||
|      fit-margin-bottom="0" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4301" |  | ||||||
|        empspacing="8" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        originx="0" |  | ||||||
|        originy="0" /> |  | ||||||
|     <sodipodi:guide |  | ||||||
|        orientation="0,1" |  | ||||||
|        position="14.052204,22.065004" |  | ||||||
|        id="guide3831" /> |  | ||||||
|     <sodipodi:guide |  | ||||||
|        orientation="0,1" |  | ||||||
|        position="14.052204,-3.9349962" |  | ||||||
|        id="guide3835" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata3788"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title></dc:title> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Calque 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(-5.9477962,-1025.4272)"> |  | ||||||
|     <g |  | ||||||
|        id="g3027" |  | ||||||
|        transform="matrix(0,-1,1,0,-1048.3622,1052.3622)"> |  | ||||||
|       <rect |  | ||||||
|          style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|          id="rect3092" |  | ||||||
|          width="28.999735" |  | ||||||
|          height="18" |  | ||||||
|          x="1058.3102" |  | ||||||
|          y="-26.934996" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|       <rect |  | ||||||
|          style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|          id="rect3883" |  | ||||||
|          width="28.999802" |  | ||||||
|          height="1" |  | ||||||
|          x="1058.3102" |  | ||||||
|          y="-26.934996" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 3.3 KiB | 
| @ -1,109 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="37" |  | ||||||
|    height="18" |  | ||||||
|    id="svg3783" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="submenu.svg" |  | ||||||
|    inkscape:export-filename="/home/steffen/.local/share/themes/Vertex_Shell/gnome-shell/menu.png" |  | ||||||
|    inkscape:export-xdpi="90" |  | ||||||
|    inkscape:export-ydpi="90"> |  | ||||||
|   <defs |  | ||||||
|      id="defs3785" /> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#838383" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="16.000001" |  | ||||||
|      inkscape:cx="17.662447" |  | ||||||
|      inkscape:cy="6.5634088" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="g3027" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:showpageshadow="false" |  | ||||||
|      inkscape:window-width="1364" |  | ||||||
|      inkscape:window-height="718" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="25" |  | ||||||
|      inkscape:window-maximized="0" |  | ||||||
|      inkscape:snap-global="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      fit-margin-top="0" |  | ||||||
|      fit-margin-left="0" |  | ||||||
|      fit-margin-right="0" |  | ||||||
|      fit-margin-bottom="0" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4301" |  | ||||||
|        empspacing="8" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        originx="0" |  | ||||||
|        originy="0" /> |  | ||||||
|     <sodipodi:guide |  | ||||||
|        orientation="0,1" |  | ||||||
|        position="14.052204,22.065004" |  | ||||||
|        id="guide3831" /> |  | ||||||
|     <sodipodi:guide |  | ||||||
|        orientation="0,1" |  | ||||||
|        position="14.052204,-3.9349962" |  | ||||||
|        id="guide3835" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata3788"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Calque 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(-5.9477962,-1025.4272)"> |  | ||||||
|     <g |  | ||||||
|        id="g3027" |  | ||||||
|        transform="matrix(0,-1,1,0,-1048.3622,1052.3622)"> |  | ||||||
|       <rect |  | ||||||
|          style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|          id="rect3092" |  | ||||||
|          width="28.999735" |  | ||||||
|          height="18" |  | ||||||
|          x="1058.3102" |  | ||||||
|          y="-26.934996" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|       <rect |  | ||||||
|          style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|          id="rect3883" |  | ||||||
|          width="28.999802" |  | ||||||
|          height="1" |  | ||||||
|          x="1058.3102" |  | ||||||
|          y="-9.9350014" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 3.3 KiB | 
| @ -1,101 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="22" |  | ||||||
|    height="18.999971" |  | ||||||
|    viewBox="0 0 22 18.999971" |  | ||||||
|    id="svg5386" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-box.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs5388"> |  | ||||||
|     <clipPath |  | ||||||
|        clipPathUnits="userSpaceOnUse" |  | ||||||
|        id="clipPath4228"> |  | ||||||
|       <rect |  | ||||||
|          style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|          id="rect4230" |  | ||||||
|          width="38" |  | ||||||
|          height="29.000017" |  | ||||||
|          x="-3" |  | ||||||
|          y="1027.3622" |  | ||||||
|          rx="1.5" |  | ||||||
|          ry="1.5" /> |  | ||||||
|     </clipPath> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="1" |  | ||||||
|      inkscape:cx="18.945179" |  | ||||||
|      inkscape:cy="17.423975" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true" |  | ||||||
|      fit-margin-top="0" |  | ||||||
|      fit-margin-left="0" |  | ||||||
|      fit-margin-right="0" |  | ||||||
|      fit-margin-bottom="0" |  | ||||||
|      showguides="false" |  | ||||||
|      inkscape:object-paths="true" |  | ||||||
|      inkscape:snap-intersection-paths="true" |  | ||||||
|      inkscape:object-nodes="true" |  | ||||||
|      inkscape:snap-smooth-nodes="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid5954" |  | ||||||
|        originx="-5" |  | ||||||
|        originy="-6.000065" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata5391"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(-5,-1027.3622)"> |  | ||||||
|     <path |  | ||||||
|        style="opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        d="m 27,1027.3622 0,17.9445 c 0,0.5848 -0.4906,1.0555 -1.1,1.0555 l -19.8,0 c -0.6094,0 -1.1,-0.4707 -1.1,-1.0555 l 0,-17.9445 z" |  | ||||||
|        id="rect4145-1" |  | ||||||
|        inkscape:connector-curvature="0" |  | ||||||
|        sodipodi:nodetypes="csssscc" /> |  | ||||||
|     <rect |  | ||||||
|        style="opacity:0.35;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4137" |  | ||||||
|        width="22" |  | ||||||
|        height="1" |  | ||||||
|        x="5" |  | ||||||
|        y="1027.3622" |  | ||||||
|        rx="0" |  | ||||||
|        ry="1.3877788e-16" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 3.2 KiB | 
| @ -1,172 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    sodipodi:docname="calendar-arrow-left-hover.svg" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7384" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    version="1.1" |  | ||||||
|    width="16"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata90"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title>Gnome Symbolic Icon Theme</dc:title> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      inkscape:bbox-nodes="false" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      inkscape:current-layer="layer12" |  | ||||||
|      inkscape:cx="-2.7030998" |  | ||||||
|      inkscape:cy="8.9526136" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      id="namedview88" |  | ||||||
|      inkscape:object-nodes="false" |  | ||||||
|      inkscape:object-paths="false" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      showborder="false" |  | ||||||
|      showgrid="false" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:snap-bbox-midpoints="false" |  | ||||||
|      inkscape:snap-global="true" |  | ||||||
|      inkscape:snap-grids="true" |  | ||||||
|      inkscape:snap-nodes="true" |  | ||||||
|      inkscape:snap-others="false" |  | ||||||
|      inkscape:snap-to-guides="true" |  | ||||||
|      inkscape:window-height="720" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="25" |  | ||||||
|      inkscape:zoom="22.627417"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        empspacing="2" |  | ||||||
|        enabled="true" |  | ||||||
|        id="grid4866" |  | ||||||
|        originx="141px" |  | ||||||
|        originy="530px" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        spacingx="1px" |  | ||||||
|        spacingy="1px" |  | ||||||
|        type="xygrid" |  | ||||||
|        visible="true" /> |  | ||||||
|     <inkscape:grid |  | ||||||
|        color="#000000" |  | ||||||
|        empcolor="#000000" |  | ||||||
|        empopacity="0" |  | ||||||
|        empspacing="4" |  | ||||||
|        enabled="true" |  | ||||||
|        id="grid5968" |  | ||||||
|        opacity="0.1254902" |  | ||||||
|        originx="141px" |  | ||||||
|        originy="530px" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        spacingx="0.5px" |  | ||||||
|        spacingy="0.5px" |  | ||||||
|        type="xygrid" |  | ||||||
|        visible="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <title |  | ||||||
|      id="title9167">Gnome Symbolic Icon Theme</title> |  | ||||||
|   <defs |  | ||||||
|      id="defs7386"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4149" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4151" |  | ||||||
|        x1="108.31551" |  | ||||||
|        y1="748.98676" |  | ||||||
|        x2="108.31551" |  | ||||||
|        y2="761.01651" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="translate(-100.0002,-747)" /> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer9" |  | ||||||
|      inkscape:label="status" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer10" |  | ||||||
|      inkscape:label="devices" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer11" |  | ||||||
|      inkscape:label="apps" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer13" |  | ||||||
|      inkscape:label="places" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer14" |  | ||||||
|      inkscape:label="mimetypes" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer15" |  | ||||||
|      inkscape:label="emblems" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="g71291" |  | ||||||
|      inkscape:label="emotes" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="g4953" |  | ||||||
|      inkscape:label="categories" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer12" |  | ||||||
|      inkscape:label="actions" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)"> |  | ||||||
|     <path |  | ||||||
|        style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" |  | ||||||
|        d="M 11.029297 1.9863281 A 1.0001 1.0001 0 0 0 10.875 2 A 1.0001 1.0001 0 0 0 10.28125 2.28125 L 5.28125 7.28125 L 4.59375 8 L 5.28125 8.71875 L 10.28125 13.71875 A 1.016466 1.016466 0 0 0 11.320312 13.964844 C 11.376215 13.986347 11.436343 14 11.5 14 C 11.777 14 12 13.777 12 13.5 C 12 13.436343 11.986347 13.376215 11.964844 13.320312 A 1.016466 1.016466 0 0 0 11.71875 12.28125 L 7.4375 8 L 11.71875 3.71875 A 1.0001 1.0001 0 0 0 11.972656 2.6347656 C 11.985073 2.5910427 12 2.5478091 12 2.5 C 12 2.223 11.777 2 11.5 2 C 11.441137 2 11.386348 2.0146851 11.333984 2.0332031 A 1.0001 1.0001 0 0 0 11.029297 1.9863281 z " |  | ||||||
|        transform="translate(100.0002,747)" |  | ||||||
|        id="path6040" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 5.8 KiB | 
| @ -1,169 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    sodipodi:docname="calendar-arrow-left.svg" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7384" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    version="1.1" |  | ||||||
|    width="16"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata90"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title>Gnome Symbolic Icon Theme</dc:title> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      inkscape:bbox-nodes="false" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      inkscape:current-layer="layer12" |  | ||||||
|      inkscape:cx="-9.0656635" |  | ||||||
|      inkscape:cy="-4.6881295" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      id="namedview88" |  | ||||||
|      inkscape:object-nodes="false" |  | ||||||
|      inkscape:object-paths="false" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      showborder="false" |  | ||||||
|      showgrid="false" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:snap-bbox-midpoints="false" |  | ||||||
|      inkscape:snap-global="true" |  | ||||||
|      inkscape:snap-grids="true" |  | ||||||
|      inkscape:snap-nodes="true" |  | ||||||
|      inkscape:snap-others="false" |  | ||||||
|      inkscape:snap-to-guides="true" |  | ||||||
|      inkscape:window-height="720" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="25" |  | ||||||
|      inkscape:zoom="5.6568543"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        empspacing="2" |  | ||||||
|        enabled="true" |  | ||||||
|        id="grid4866" |  | ||||||
|        originx="141px" |  | ||||||
|        originy="530px" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        spacingx="1px" |  | ||||||
|        spacingy="1px" |  | ||||||
|        type="xygrid" |  | ||||||
|        visible="true" /> |  | ||||||
|     <inkscape:grid |  | ||||||
|        color="#000000" |  | ||||||
|        empcolor="#000000" |  | ||||||
|        empopacity="0" |  | ||||||
|        empspacing="4" |  | ||||||
|        enabled="true" |  | ||||||
|        id="grid5968" |  | ||||||
|        opacity="0.1254902" |  | ||||||
|        originx="141px" |  | ||||||
|        originy="530px" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        spacingx="0.5px" |  | ||||||
|        spacingy="0.5px" |  | ||||||
|        type="xygrid" |  | ||||||
|        visible="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <title |  | ||||||
|      id="title9167">Gnome Symbolic Icon Theme</title> |  | ||||||
|   <defs |  | ||||||
|      id="defs7386" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer9" |  | ||||||
|      inkscape:label="status" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer10" |  | ||||||
|      inkscape:label="devices" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer11" |  | ||||||
|      inkscape:label="apps" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer13" |  | ||||||
|      inkscape:label="places" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer14" |  | ||||||
|      inkscape:label="mimetypes" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer15" |  | ||||||
|      inkscape:label="emblems" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="g71291" |  | ||||||
|      inkscape:label="emotes" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="g4953" |  | ||||||
|      inkscape:label="categories" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer12" |  | ||||||
|      inkscape:label="actions" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)"> |  | ||||||
|     <path |  | ||||||
|        inkscape:connector-curvature="0" |  | ||||||
|        d="m 110.875,749 a 1.0001,1.0001 0 0 0 -0.59375,0.28125 l -5,5 -0.6875,0.71875 0.6875,0.71875 5,5 a 1.016466,1.016466 0 1 0 1.4375,-1.4375 L 107.4375,755 l 4.28125,-4.28125 A 1.0001,1.0001 0 0 0 110.875,749 z" |  | ||||||
|        id="path6040" |  | ||||||
|        style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#a1a1a1;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /> |  | ||||||
|     <rect |  | ||||||
|        height="1" |  | ||||||
|        id="rect6046" |  | ||||||
|        rx="0" |  | ||||||
|        ry="1" |  | ||||||
|        style="fill:#a1a1a1;fill-opacity:1;stroke:none" |  | ||||||
|        width="1" |  | ||||||
|        x="111.0002" |  | ||||||
|        y="749" /> |  | ||||||
|     <rect |  | ||||||
|        height="1" |  | ||||||
|        id="rect6050" |  | ||||||
|        rx="0" |  | ||||||
|        ry="1" |  | ||||||
|        style="fill:#a1a1a1;fill-opacity:1;stroke:none" |  | ||||||
|        width="1" |  | ||||||
|        x="111.0002" |  | ||||||
|        y="760" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 5.1 KiB | 
| @ -1,172 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    sodipodi:docname="calendar-arrow-right-hover.svg" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7384" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    version="1.1" |  | ||||||
|    width="16"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata90"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title>Gnome Symbolic Icon Theme</dc:title> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      inkscape:bbox-nodes="false" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      inkscape:current-layer="layer12" |  | ||||||
|      inkscape:cx="-7.294807" |  | ||||||
|      inkscape:cy="8.6950689" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      id="namedview88" |  | ||||||
|      inkscape:object-nodes="false" |  | ||||||
|      inkscape:object-paths="false" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      showborder="false" |  | ||||||
|      showgrid="false" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:snap-bbox-midpoints="false" |  | ||||||
|      inkscape:snap-global="true" |  | ||||||
|      inkscape:snap-grids="true" |  | ||||||
|      inkscape:snap-nodes="true" |  | ||||||
|      inkscape:snap-others="false" |  | ||||||
|      inkscape:snap-to-guides="true" |  | ||||||
|      inkscape:window-height="720" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="25" |  | ||||||
|      inkscape:zoom="16"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        empspacing="2" |  | ||||||
|        enabled="true" |  | ||||||
|        id="grid4866" |  | ||||||
|        originx="-80.000002px" |  | ||||||
|        originy="530px" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        spacingx="1px" |  | ||||||
|        spacingy="1px" |  | ||||||
|        type="xygrid" |  | ||||||
|        visible="true" /> |  | ||||||
|     <inkscape:grid |  | ||||||
|        color="#000000" |  | ||||||
|        empcolor="#000000" |  | ||||||
|        empopacity="0" |  | ||||||
|        empspacing="4" |  | ||||||
|        enabled="true" |  | ||||||
|        id="grid5968" |  | ||||||
|        opacity="0.1254902" |  | ||||||
|        originx="-80.000002px" |  | ||||||
|        originy="530px" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        spacingx="0.5px" |  | ||||||
|        spacingy="0.5px" |  | ||||||
|        type="xygrid" |  | ||||||
|        visible="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <title |  | ||||||
|      id="title9167">Gnome Symbolic Icon Theme</title> |  | ||||||
|   <defs |  | ||||||
|      id="defs7386"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4149" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4151" |  | ||||||
|        x1="328.68296" |  | ||||||
|        y1="748.97592" |  | ||||||
|        x2="328.68296" |  | ||||||
|        y2="761.01651" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="translate(-321.0002,-747)" /> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer9" |  | ||||||
|      inkscape:label="status" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer10" |  | ||||||
|      inkscape:label="devices" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer11" |  | ||||||
|      inkscape:label="apps" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer13" |  | ||||||
|      inkscape:label="places" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer14" |  | ||||||
|      inkscape:label="mimetypes" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer15" |  | ||||||
|      inkscape:label="emblems" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="g71291" |  | ||||||
|      inkscape:label="emotes" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="g4953" |  | ||||||
|      inkscape:label="categories" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer12" |  | ||||||
|      inkscape:label="actions" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)"> |  | ||||||
|     <path |  | ||||||
|        style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" |  | ||||||
|        d="M 5.0019531 1.9765625 A 1.0001 1.0001 0 0 0 4.78125 2 A 1.0001 1.0001 0 0 0 4.6582031 2.03125 C 4.6079631 2.0143799 4.5560659 2 4.5 2 C 4.223 2 4 2.223 4 2.5 C 4 2.5456784 4.0140203 2.5869226 4.0253906 2.6289062 A 1.0001 1.0001 0 0 0 4.28125 3.71875 L 8.5625 8 L 4.28125 12.28125 A 1.016466 1.016466 0 0 0 4.0351562 13.320312 C 4.0136534 13.376215 4 13.436343 4 13.5 C 4 13.777 4.223 14 4.5 14 C 4.5636567 14 4.6237855 13.986347 4.6796875 13.964844 A 1.016466 1.016466 0 0 0 5.71875 13.71875 L 10.71875 8.71875 L 11.40625 8 L 10.71875 7.28125 L 5.71875 2.28125 A 1.0001 1.0001 0 0 0 5.0019531 1.9765625 z " |  | ||||||
|        transform="translate(321.0002,747)" |  | ||||||
|        id="path8460" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 5.8 KiB | 
| @ -1,171 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    sodipodi:docname="calendar-arrow-right.svg" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7384" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    version="1.1" |  | ||||||
|    width="16"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata90"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title>Gnome Symbolic Icon Theme</dc:title> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      inkscape:bbox-nodes="false" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      inkscape:current-layer="layer12" |  | ||||||
|      inkscape:cx="-12.348759" |  | ||||||
|      inkscape:cy="7.764245" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      id="namedview88" |  | ||||||
|      inkscape:object-nodes="false" |  | ||||||
|      inkscape:object-paths="false" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      showborder="false" |  | ||||||
|      showgrid="false" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:snap-bbox-midpoints="false" |  | ||||||
|      inkscape:snap-global="true" |  | ||||||
|      inkscape:snap-grids="true" |  | ||||||
|      inkscape:snap-nodes="true" |  | ||||||
|      inkscape:snap-others="false" |  | ||||||
|      inkscape:snap-to-guides="true" |  | ||||||
|      inkscape:window-height="720" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="25" |  | ||||||
|      inkscape:zoom="8"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        empspacing="2" |  | ||||||
|        enabled="true" |  | ||||||
|        id="grid4866" |  | ||||||
|        originx="-80.000002px" |  | ||||||
|        originy="530px" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        spacingx="1px" |  | ||||||
|        spacingy="1px" |  | ||||||
|        type="xygrid" |  | ||||||
|        visible="true" /> |  | ||||||
|     <inkscape:grid |  | ||||||
|        color="#000000" |  | ||||||
|        empcolor="#000000" |  | ||||||
|        empopacity="0" |  | ||||||
|        empspacing="4" |  | ||||||
|        enabled="true" |  | ||||||
|        id="grid5968" |  | ||||||
|        opacity="0.1254902" |  | ||||||
|        originx="-80.000002px" |  | ||||||
|        originy="530px" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        spacingx="0.5px" |  | ||||||
|        spacingy="0.5px" |  | ||||||
|        type="xygrid" |  | ||||||
|        visible="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <title |  | ||||||
|      id="title9167">Gnome Symbolic Icon Theme</title> |  | ||||||
|   <defs |  | ||||||
|      id="defs7386" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer9" |  | ||||||
|      inkscape:label="status" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer10" |  | ||||||
|      inkscape:label="devices" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer11" |  | ||||||
|      inkscape:label="apps" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer13" |  | ||||||
|      inkscape:label="places" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer14" |  | ||||||
|      inkscape:label="mimetypes" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer15" |  | ||||||
|      inkscape:label="emblems" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="g71291" |  | ||||||
|      inkscape:label="emotes" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="g4953" |  | ||||||
|      inkscape:label="categories" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer12" |  | ||||||
|      inkscape:label="actions" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)"> |  | ||||||
|     <path |  | ||||||
|        inkscape:connector-curvature="0" |  | ||||||
|        d="m 325.78125,749 a 1.0001,1.0001 0 0 0 -0.5,1.71875 L 329.5625,755 l -4.28125,4.28125 a 1.016466,1.016466 0 1 0 1.4375,1.4375 l 5,-5 0.6875,-0.71875 -0.6875,-0.71875 -5,-5 A 1.0001,1.0001 0 0 0 325.78125,749 z" |  | ||||||
|        id="path8460" |  | ||||||
|        style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#a1a1a1;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /> |  | ||||||
|     <rect |  | ||||||
|        height="1" |  | ||||||
|        id="rect8464" |  | ||||||
|        rx="0" |  | ||||||
|        ry="1" |  | ||||||
|        style="fill:#a1a1a1;fill-opacity:1;stroke:none" |  | ||||||
|        transform="scale(-1,1)" |  | ||||||
|        width="1" |  | ||||||
|        x="-326.00021" |  | ||||||
|        y="749" /> |  | ||||||
|     <rect |  | ||||||
|        height="1" |  | ||||||
|        id="rect8468" |  | ||||||
|        rx="0" |  | ||||||
|        ry="1" |  | ||||||
|        style="fill:#a1a1a1;fill-opacity:1;stroke:none" |  | ||||||
|        transform="scale(-1,1)" |  | ||||||
|        width="1" |  | ||||||
|        x="-326.00021" |  | ||||||
|        y="760" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 5.2 KiB | 
| @ -1,90 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="32" |  | ||||||
|    height="32" |  | ||||||
|    viewBox="0 0 32 32.000001" |  | ||||||
|    id="svg6621" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="message-active.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs6623"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4137" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4139" |  | ||||||
|        x1="16" |  | ||||||
|        y1="1020.3622" |  | ||||||
|        x2="16" |  | ||||||
|        y2="1052.3622" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="22.4" |  | ||||||
|      inkscape:cx="4.6826167" |  | ||||||
|      inkscape:cy="28.302856" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid7177" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata6626"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1020.3622)"> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4160" |  | ||||||
|        width="31" |  | ||||||
|        height="31.000017" |  | ||||||
|        x="0.5" |  | ||||||
|        y="1020.8622" |  | ||||||
|        rx="1.5" |  | ||||||
|        ry="1.5" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.6 KiB | 
| @ -1,155 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="18" |  | ||||||
|    height="18" |  | ||||||
|    viewBox="0 0 18 18" |  | ||||||
|    id="svg5995" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="message-close-active.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs5997"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_fg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4157" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4160" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4162" |  | ||||||
|        x1="9" |  | ||||||
|        y1="1034.3622" |  | ||||||
|        x2="9" |  | ||||||
|        y2="1052.3622" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_fg_color" |  | ||||||
|        id="linearGradient4159" |  | ||||||
|        x1="48.998427" |  | ||||||
|        y1="763.99977" |  | ||||||
|        x2="48.998427" |  | ||||||
|        y2="772" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="15.839192" |  | ||||||
|      inkscape:cx="4.1830863" |  | ||||||
|      inkscape:cy="8.1637646" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true" |  | ||||||
|      inkscape:bbox-nodes="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid6543" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata6000"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1034.3622)"> |  | ||||||
|     <circle |  | ||||||
|        style="display:inline;opacity:1;fill:url(#linearGradient4162);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="path4166" |  | ||||||
|        cx="9" |  | ||||||
|        cy="1043.3622" |  | ||||||
|        r="8.5" /> |  | ||||||
|     <g |  | ||||||
|        id="g4201" |  | ||||||
|        transform="translate(-19.06014,1044.3075)" |  | ||||||
|        inkscape:transform-center-x="19.062501" |  | ||||||
|        inkscape:transform-center-y="9.1875004" |  | ||||||
|        style="display:inline;fill:#adafb5;fill-opacity:1"> |  | ||||||
|       <g |  | ||||||
|          style="display:inline;fill:#adafb5;fill-opacity:1" |  | ||||||
|          id="layer9" |  | ||||||
|          transform="translate(-60,-518)" /> |  | ||||||
|       <g |  | ||||||
|          id="layer10" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          id="layer11" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          transform="matrix(0.75,0,0,0.75,22.062499,-6.9452236)" |  | ||||||
|          id="g2996" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1"> |  | ||||||
|         <g |  | ||||||
|            transform="translate(-60,-518)" |  | ||||||
|            id="layer12" |  | ||||||
|            style="fill:#adafb5;fill-opacity:1"> |  | ||||||
|           <g |  | ||||||
|              transform="translate(19,-242)" |  | ||||||
|              id="layer4-4-1" |  | ||||||
|              style="display:inline;fill:#adafb5;fill-opacity:1"> |  | ||||||
|             <path |  | ||||||
|                inkscape:connector-curvature="0" |  | ||||||
|                d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z" |  | ||||||
|                id="path10839-9" |  | ||||||
|                style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|       <g |  | ||||||
|          id="layer13" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          id="layer14" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          id="layer15" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 5.7 KiB | 
| @ -1,138 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="18" |  | ||||||
|    height="18" |  | ||||||
|    viewBox="0 0 18 18" |  | ||||||
|    id="svg5995" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="message-close-hover.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs5997"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4148" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4150" |  | ||||||
|        x1="9" |  | ||||||
|        y1="1034.3622" |  | ||||||
|        x2="9" |  | ||||||
|        y2="1052.3622" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="15.839192" |  | ||||||
|      inkscape:cx="-1.2464835" |  | ||||||
|      inkscape:cy="10.941684" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true" |  | ||||||
|      inkscape:bbox-nodes="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid6543" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata6000"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1034.3622)"> |  | ||||||
|     <circle |  | ||||||
|        style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:url(#linearGradient4150);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="path4166" |  | ||||||
|        cx="9" |  | ||||||
|        cy="1043.3622" |  | ||||||
|        r="8.5" /> |  | ||||||
|     <g |  | ||||||
|        id="g4201" |  | ||||||
|        transform="translate(-19.06014,1044.3075)" |  | ||||||
|        inkscape:transform-center-x="19.062501" |  | ||||||
|        inkscape:transform-center-y="9.1875004" |  | ||||||
|        style="display:inline;fill:#adafb5;fill-opacity:1"> |  | ||||||
|       <g |  | ||||||
|          style="display:inline;fill:#adafb5;fill-opacity:1" |  | ||||||
|          id="layer9" |  | ||||||
|          transform="translate(-60,-518)" /> |  | ||||||
|       <g |  | ||||||
|          id="layer10" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          id="layer11" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          transform="matrix(0.75,0,0,0.75,22.062499,-6.9452236)" |  | ||||||
|          id="g2996" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1"> |  | ||||||
|         <g |  | ||||||
|            transform="translate(-60,-518)" |  | ||||||
|            id="layer12" |  | ||||||
|            style="fill:#adafb5;fill-opacity:1"> |  | ||||||
|           <g |  | ||||||
|              transform="translate(19,-242)" |  | ||||||
|              id="layer4-4-1" |  | ||||||
|              style="display:inline;fill:#adafb5;fill-opacity:1"> |  | ||||||
|             <path |  | ||||||
|                inkscape:connector-curvature="0" |  | ||||||
|                d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z" |  | ||||||
|                id="path10839-9" |  | ||||||
|                style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#adafb5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|       <g |  | ||||||
|          id="layer13" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          id="layer14" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          id="layer15" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 5.2 KiB | 
| @ -1,118 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="18" |  | ||||||
|    height="18" |  | ||||||
|    viewBox="0 0 18 18" |  | ||||||
|    id="svg5995" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="message-close.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs5997" /> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="15.839192" |  | ||||||
|      inkscape:cx="10.054598" |  | ||||||
|      inkscape:cy="11.067953" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true" |  | ||||||
|      inkscape:bbox-nodes="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid6543" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata6000"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1034.3622)"> |  | ||||||
|     <circle |  | ||||||
|        style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:#000000;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.38039216" |  | ||||||
|        id="path4166" |  | ||||||
|        cx="9" |  | ||||||
|        cy="1043.3622" |  | ||||||
|        r="8.5" /> |  | ||||||
|     <g |  | ||||||
|        id="g4201" |  | ||||||
|        transform="translate(-19.06014,1044.3075)" |  | ||||||
|        inkscape:transform-center-x="19.062501" |  | ||||||
|        inkscape:transform-center-y="9.1875004" |  | ||||||
|        style="display:inline;fill:#adafb5;fill-opacity:1"> |  | ||||||
|       <g |  | ||||||
|          style="display:inline;fill:#adafb5;fill-opacity:1" |  | ||||||
|          id="layer9" |  | ||||||
|          transform="translate(-60,-518)" /> |  | ||||||
|       <g |  | ||||||
|          id="layer10" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          id="layer11" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          transform="matrix(0.75,0,0,0.75,22.062499,-6.9452236)" |  | ||||||
|          id="g2996" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1"> |  | ||||||
|         <g |  | ||||||
|            transform="translate(-60,-518)" |  | ||||||
|            id="layer12" |  | ||||||
|            style="fill:#adafb5;fill-opacity:1"> |  | ||||||
|           <g |  | ||||||
|              transform="translate(19,-242)" |  | ||||||
|              id="layer4-4-1" |  | ||||||
|              style="display:inline;fill:#adafb5;fill-opacity:1"> |  | ||||||
|             <path |  | ||||||
|                inkscape:connector-curvature="0" |  | ||||||
|                d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z" |  | ||||||
|                id="path10839-9" |  | ||||||
|                style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#adafb5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|       <g |  | ||||||
|          id="layer13" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          id="layer14" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          id="layer15" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.7 KiB | 
| @ -1,96 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="32" |  | ||||||
|    height="32" |  | ||||||
|    viewBox="0 0 32 32.000001" |  | ||||||
|    id="svg6621" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="message-hover.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs6623"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4138" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4140" |  | ||||||
|        x1="2" |  | ||||||
|        y1="1021.3622" |  | ||||||
|        x2="2" |  | ||||||
|        y2="1051.3622" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="11.2" |  | ||||||
|      inkscape:cx="-0.68428583" |  | ||||||
|      inkscape:cy="17.181721" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid7177" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata6626"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1020.3622)"> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4160" |  | ||||||
|        width="31" |  | ||||||
|        height="31.000017" |  | ||||||
|        x="0.5" |  | ||||||
|        y="1020.8622" |  | ||||||
|        rx="1.5" |  | ||||||
|        ry="1.5" /> |  | ||||||
|     <path |  | ||||||
|        style="display:inline;opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686" |  | ||||||
|        d="m 2.5,1021.3622 0.5,0 0,30 -0.5,0 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-27 c 0,-0.831 0.669,-1.5 1.5,-1.5 z" |  | ||||||
|        id="rect4162" |  | ||||||
|        inkscape:connector-curvature="0" |  | ||||||
|        sodipodi:nodetypes="sccssss" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 3.1 KiB | 
| @ -1,96 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="32" |  | ||||||
|    height="32" |  | ||||||
|    viewBox="0 0 32 32.000001" |  | ||||||
|    id="svg6621" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="message.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs6623"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4138" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4140" |  | ||||||
|        x1="2" |  | ||||||
|        y1="1021.3622" |  | ||||||
|        x2="2" |  | ||||||
|        y2="1051.3622" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="15.839192" |  | ||||||
|      inkscape:cx="0.58833524" |  | ||||||
|      inkscape:cy="24.231157" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid7177" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata6626"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1020.3622)"> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:#000000;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.38039216" |  | ||||||
|        id="rect4160" |  | ||||||
|        width="31" |  | ||||||
|        height="31.000017" |  | ||||||
|        x="0.5" |  | ||||||
|        y="1020.8622" |  | ||||||
|        rx="1.5" |  | ||||||
|        ry="1.5" /> |  | ||||||
|     <path |  | ||||||
|        style="display:inline;opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686" |  | ||||||
|        d="m 2.5,1021.3622 0.5,0 0,30 -0.5,0 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-27 c 0,-0.831 0.669,-1.5 1.5,-1.5 z" |  | ||||||
|        id="rect4162" |  | ||||||
|        inkscape:connector-curvature="0" |  | ||||||
|        sodipodi:nodetypes="sccssss" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 3.1 KiB | 
| @ -1,143 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="32" |  | ||||||
|    height="84" |  | ||||||
|    viewBox="0 0 32 84" |  | ||||||
|    id="svg5386" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="modal.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs5388"> |  | ||||||
|     <clipPath |  | ||||||
|        clipPathUnits="userSpaceOnUse" |  | ||||||
|        id="clipPath4154"> |  | ||||||
|       <rect |  | ||||||
|          transform="scale(1,-1)" |  | ||||||
|          ry="1.5" |  | ||||||
|          rx="1.5" |  | ||||||
|          y="-992.36218" |  | ||||||
|          x="-5.5" |  | ||||||
|          height="24.500061" |  | ||||||
|          width="43" |  | ||||||
|          id="rect4156" |  | ||||||
|          style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|     </clipPath> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#c7c7c7" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="22.627416" |  | ||||||
|      inkscape:cx="20.862219" |  | ||||||
|      inkscape:cy="64.999507" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid5954" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata5391"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-968.3622)"> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:0.64;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4164-4-3" |  | ||||||
|        width="23" |  | ||||||
|        height="73.999352" |  | ||||||
|        x="4.5" |  | ||||||
|        y="972.86285" |  | ||||||
|        rx="2.0000005" |  | ||||||
|        ry="1.9999999" /> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:0.99999999;fill:#323644;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4164" |  | ||||||
|        width="22" |  | ||||||
|        height="20.999971" |  | ||||||
|        x="5" |  | ||||||
|        y="973.36285" |  | ||||||
|        rx="1.4" |  | ||||||
|        ry="2.0461845" |  | ||||||
|        clip-path="url(#clipPath4154)" |  | ||||||
|        transform="matrix(1,0,0,0.68420028,0,307.38771)" /> |  | ||||||
|     <g |  | ||||||
|        transform="translate(-425.99995,606.36226)" |  | ||||||
|        id="g4271" |  | ||||||
|        style="display:inline;opacity:0.64999999"> |  | ||||||
|       <rect |  | ||||||
|          ry="8" |  | ||||||
|          rx="8" |  | ||||||
|          y="362.49994" |  | ||||||
|          x="426.49994" |  | ||||||
|          height="83" |  | ||||||
|          width="31.000011" |  | ||||||
|          id="rect4164-4-7-5-3-8-8" |  | ||||||
|          style="display:inline;opacity:0.02;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <rect |  | ||||||
|          ry="6.9999981" |  | ||||||
|          rx="7" |  | ||||||
|          y="363.49997" |  | ||||||
|          x="427.49994" |  | ||||||
|          height="80.999969" |  | ||||||
|          width="29.000011" |  | ||||||
|          id="rect4164-4-7-5-3-8" |  | ||||||
|          style="display:inline;opacity:0.07;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <rect |  | ||||||
|          ry="6.0000005" |  | ||||||
|          rx="6" |  | ||||||
|          y="364.49997" |  | ||||||
|          x="428.49994" |  | ||||||
|          height="79" |  | ||||||
|          width="27.000011" |  | ||||||
|          id="rect4164-4-7-5-3" |  | ||||||
|          style="display:inline;opacity:0.13;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <rect |  | ||||||
|          ry="5" |  | ||||||
|          rx="4.9999995" |  | ||||||
|          y="365.49997" |  | ||||||
|          x="429.49997" |  | ||||||
|          height="76.999969" |  | ||||||
|          width="24.999981" |  | ||||||
|          id="rect4164-4-7-5" |  | ||||||
|          style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <path |  | ||||||
|          id="rect4164-4-7" |  | ||||||
|          d="m 431.64838,440.30463 c 0.72475,0.73691 1.73153,1.19531 2.85156,1.19531 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" |  | ||||||
|          style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|          inkscape:connector-curvature="0" |  | ||||||
|          sodipodi:nodetypes="csscssc" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 5.3 KiB | 
| @ -1,201 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="50" |  | ||||||
|    height="20" |  | ||||||
|    id="svg7539" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="switch-off.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs7541"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient4695-1-4-3-5-0-6"> |  | ||||||
|       <stop |  | ||||||
|          id="stop4697-9-9-7-0-1-5" |  | ||||||
|          style="stop-color:#000000;stop-opacity:1;" |  | ||||||
|          offset="0" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop4699-5-8-9-0-4-0" |  | ||||||
|          style="stop-color:#000000;stop-opacity:0" |  | ||||||
|          offset="1" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3768-6"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#0f0f0f;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop3770-0" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop3778-6" |  | ||||||
|          offset="0.078125" |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" |  | ||||||
|          offset="0.97355771" |  | ||||||
|          id="stop3774-2" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#1b1b1b;stop-opacity:1;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop3776-2" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3969-0-4"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#353537;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop3971-2-6" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#4d4f52;stop-opacity:1;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop3973-0-1" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3938"> |  | ||||||
|       <stop |  | ||||||
|          id="stop3940" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop3942" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0.54901963;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient6523"> |  | ||||||
|       <stop |  | ||||||
|          id="stop6525" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#1a1a1a;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop6527" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#1a1a1a;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3938-6"> |  | ||||||
|       <stop |  | ||||||
|          id="stop3940-4" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#bebebe;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop3942-8" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="32.998318" |  | ||||||
|      inkscape:cx="5.3715088" |  | ||||||
|      inkscape:cy="8.5079773" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:grid-bbox="true" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      fit-margin-top="0" |  | ||||||
|      fit-margin-left="0" |  | ||||||
|      fit-margin-right="0" |  | ||||||
|      fit-margin-bottom="0" |  | ||||||
|      inkscape:window-width="1920" |  | ||||||
|      inkscape:window-height="1032" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="23" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      inkscape:snap-bbox-midpoints="false" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid3019" |  | ||||||
|        empspacing="5" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        originx="-4" |  | ||||||
|        originy="2.6171874e-06" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata7544"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title></dc:title> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      inkscape:label="Layer 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      transform="translate(-120,87.999997)"> |  | ||||||
|     <g |  | ||||||
|        transform="translate(-886,-418)" |  | ||||||
|        style="display:inline;opacity:1" |  | ||||||
|        id="switch-dark" |  | ||||||
|        inkscape:label="#g4820"> |  | ||||||
|       <g |  | ||||||
|          id="layer1-9-13" |  | ||||||
|          inkscape:label="Layer 1" |  | ||||||
|          transform="matrix(-1,0,0,1,1177,420)"> |  | ||||||
|         <g |  | ||||||
|            style="display:inline" |  | ||||||
|            transform="translate(120,-116.99998)" |  | ||||||
|            inkscape:label="Layer 1" |  | ||||||
|            id="switch-active-2-2"> |  | ||||||
|           <g |  | ||||||
|              id="g3900-12-8" |  | ||||||
|              transform="translate(0,-1004.3622)"> |  | ||||||
|             <rect |  | ||||||
|                style="display:inline;opacity:0;fill:#434343;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|                id="rect5465-3-32-7" |  | ||||||
|                width="52" |  | ||||||
|                height="24" |  | ||||||
|                x="0" |  | ||||||
|                y="1029.3622" /> |  | ||||||
|             <rect |  | ||||||
|                style="fill:#5f6578;fill-opacity:1;fill-rule:nonzero;stroke:none" |  | ||||||
|                id="rect2987-07-4" |  | ||||||
|                width="50" |  | ||||||
|                height="20" |  | ||||||
|                x="1" |  | ||||||
|                y="1031.3622" |  | ||||||
|                ry="11" |  | ||||||
|                rx="11" /> |  | ||||||
|             <circle |  | ||||||
|                style="fill:#32363d;fill-opacity:1;fill-rule:nonzero;stroke:none" |  | ||||||
|                id="path3759-7-4" |  | ||||||
|                cx="41" |  | ||||||
|                cy="1041.3622" |  | ||||||
|                r="9" /> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|       <path |  | ||||||
|          inkscape:connector-curvature="0" |  | ||||||
|          d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" |  | ||||||
|          id="path10839-9-8-2-2-5-46" |  | ||||||
|          style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#32363d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 6.9 KiB | 
| @ -1,239 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="50" |  | ||||||
|    height="20" |  | ||||||
|    id="svg7539" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="switch-on.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs7541"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4166" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient4695-1-4-3-5-0-6"> |  | ||||||
|       <stop |  | ||||||
|          id="stop4697-9-9-7-0-1-5" |  | ||||||
|          style="stop-color:#000000;stop-opacity:1;" |  | ||||||
|          offset="0" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop4699-5-8-9-0-4-0" |  | ||||||
|          style="stop-color:#000000;stop-opacity:0" |  | ||||||
|          offset="1" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3768-6"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#0f0f0f;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop3770-0" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop3778-6" |  | ||||||
|          offset="0.078125" |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" |  | ||||||
|          offset="0.97355771" |  | ||||||
|          id="stop3774-2" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#1b1b1b;stop-opacity:1;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop3776-2" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3969-0-4"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#353537;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop3971-2-6" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#4d4f52;stop-opacity:1;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop3973-0-1" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3938"> |  | ||||||
|       <stop |  | ||||||
|          id="stop3940" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop3942" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:0.54901963;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient6523"> |  | ||||||
|       <stop |  | ||||||
|          id="stop6525" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#1a1a1a;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop6527" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#1a1a1a;stop-opacity:0;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3938-6"> |  | ||||||
|       <stop |  | ||||||
|          id="stop3940-4" |  | ||||||
|          offset="0" |  | ||||||
|          style="stop-color:#bebebe;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop3942-8" |  | ||||||
|          offset="1" |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4168" |  | ||||||
|        x1="26" |  | ||||||
|        y1="1031.3622" |  | ||||||
|        x2="26" |  | ||||||
|        y2="1051.3622" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="11.666667" |  | ||||||
|      inkscape:cx="10.930796" |  | ||||||
|      inkscape:cy="16.13001" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:grid-bbox="true" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      fit-margin-top="0" |  | ||||||
|      fit-margin-left="0" |  | ||||||
|      fit-margin-right="0" |  | ||||||
|      fit-margin-bottom="0" |  | ||||||
|      inkscape:window-width="1920" |  | ||||||
|      inkscape:window-height="1032" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="23" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      inkscape:snap-bbox-midpoints="false" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid3019" |  | ||||||
|        empspacing="5" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        originx="-4" |  | ||||||
|        originy="2.6171874e-06" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata7544"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      id="layer1" |  | ||||||
|      inkscape:label="Layer 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      transform="translate(-120,87.999997)"> |  | ||||||
|     <g |  | ||||||
|        transform="translate(-886,-448)" |  | ||||||
|        style="display:inline;opacity:1" |  | ||||||
|        id="switch-active-dark" |  | ||||||
|        inkscape:label="#g4829"> |  | ||||||
|       <g |  | ||||||
|          id="layer1-9-0-51" |  | ||||||
|          inkscape:label="Layer 1" |  | ||||||
|          transform="translate(885,450)" |  | ||||||
|          style="display:inline;opacity:1"> |  | ||||||
|         <g |  | ||||||
|            style="display:inline" |  | ||||||
|            transform="translate(120,-116.99998)" |  | ||||||
|            inkscape:label="Layer 1" |  | ||||||
|            id="switch-active-8-8"> |  | ||||||
|           <g |  | ||||||
|              id="g3900-1-87-0" |  | ||||||
|              transform="translate(0,-1004.3622)"> |  | ||||||
|             <rect |  | ||||||
|                style="display:inline;opacity:0;fill:#434343;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|                id="rect5465-3-3-3" |  | ||||||
|                width="52" |  | ||||||
|                height="24" |  | ||||||
|                x="0" |  | ||||||
|                y="1029.3622" /> |  | ||||||
|             <rect |  | ||||||
|                style="fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none" |  | ||||||
|                id="rect2987-0-8-7" |  | ||||||
|                width="50" |  | ||||||
|                height="20" |  | ||||||
|                x="1" |  | ||||||
|                y="1031.3622" |  | ||||||
|                ry="11" |  | ||||||
|                rx="11" /> |  | ||||||
|             <circle |  | ||||||
|                style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" |  | ||||||
|                id="path3759-0-75" |  | ||||||
|                cx="41" |  | ||||||
|                cy="1041.3622" |  | ||||||
|                r="9" /> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|       <g |  | ||||||
|          transform="translate(-1.0003162,0)" |  | ||||||
|          id="g4816-8"> |  | ||||||
|         <rect |  | ||||||
|            transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" |  | ||||||
|            ry="0.66666085" |  | ||||||
|            rx="0.66666085" |  | ||||||
|            y="-456.09485" |  | ||||||
|            x="977.54999" |  | ||||||
|            height="1.9999826" |  | ||||||
|            width="5" |  | ||||||
|            id="rect3977-39-2-13" |  | ||||||
|            style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> |  | ||||||
|         <rect |  | ||||||
|            transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" |  | ||||||
|            ry="0" |  | ||||||
|            y="-462.09485" |  | ||||||
|            x="980.54999" |  | ||||||
|            height="7.9999828" |  | ||||||
|            width="2" |  | ||||||
|            id="rect3979-7-0-65" |  | ||||||
|            style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> |  | ||||||
|       </g> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 7.0 KiB | 
| @ -1,268 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg2" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="checkbox-checked-focused.svg" |  | ||||||
|    inkscape:export-filename="/home/steffen/.local/share/themes/Vertex-git/gtk-3.0/assets/dark/checkbox-checked.png" |  | ||||||
|    inkscape:export-xdpi="90" |  | ||||||
|    inkscape:export-ydpi="90"> |  | ||||||
|   <defs |  | ||||||
|      id="defs4"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_fg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4169" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4166" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient7704"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#4080fb;stop-opacity:0.74509805;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop7706" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#4080fb;stop-opacity:0.49197862;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop7708" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient7694"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#0f0f0f;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop7696" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop7698" |  | ||||||
|          offset="0.078125" |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" |  | ||||||
|          offset="0.97355771" |  | ||||||
|          id="stop7700" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#1b1b1b;stop-opacity:1;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop7702" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3969-0-4-9"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#353537;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop3971-2-2-7" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#4d4f52;stop-opacity:1;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop3973-0-5-3" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4168" |  | ||||||
|        x1="25" |  | ||||||
|        y1="31.362191" |  | ||||||
|        x2="25" |  | ||||||
|        y2="45.362191" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_fg_color" |  | ||||||
|        id="linearGradient4171" |  | ||||||
|        x1="10.5" |  | ||||||
|        y1="1033.3622" |  | ||||||
|        x2="10.5" |  | ||||||
|        y2="1035.3622" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_fg_color" |  | ||||||
|        id="linearGradient4173" |  | ||||||
|        x1="12" |  | ||||||
|        y1="1027.3622" |  | ||||||
|        x2="12" |  | ||||||
|        y2="1035.3622" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="11.313709" |  | ||||||
|      inkscape:cx="-12.701718" |  | ||||||
|      inkscape:cy="-4.172704" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="checkbox-checked-dark" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      inkscape:showpageshadow="false" |  | ||||||
|      showborder="true" |  | ||||||
|      inkscape:window-width="929" |  | ||||||
|      inkscape:window-height="614" |  | ||||||
|      inkscape:window-x="230" |  | ||||||
|      inkscape:window-y="97" |  | ||||||
|      inkscape:window-maximized="0" |  | ||||||
|      inkscape:snap-global="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true" |  | ||||||
|      inkscape:bbox-nodes="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid2985" |  | ||||||
|        empspacing="5" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata7"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1036.3622)"> |  | ||||||
|     <g |  | ||||||
|        id="checkbox-checked-dark" |  | ||||||
|        inkscape:label="Ebene 1" |  | ||||||
|        transform="translate(16.837126,14.010408)"> |  | ||||||
|       <g |  | ||||||
|          transform="translate(-52.837126,1021.9896)" |  | ||||||
|          style="display:inline;opacity:1" |  | ||||||
|          id="checkbox-checked" |  | ||||||
|          inkscape:label="#g10758"> |  | ||||||
|         <g |  | ||||||
|            inkscape:label="#g22047" |  | ||||||
|            id="checkbox-unchecked-5" |  | ||||||
|            style="display:inline" |  | ||||||
|            transform="translate(19,0)"> |  | ||||||
|           <g |  | ||||||
|              id="sdsd-7" |  | ||||||
|              inkscape:label="#g21853"> |  | ||||||
|             <g |  | ||||||
|                transform="translate(0,-30)" |  | ||||||
|                inkscape:label="#g14325" |  | ||||||
|                id="scdsdcd-5"> |  | ||||||
|               <g |  | ||||||
|                  transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" |  | ||||||
|                  id="g15812-6-6-1-5" |  | ||||||
|                  style="display:inline"> |  | ||||||
|                 <g |  | ||||||
|                    style="display:inline" |  | ||||||
|                    id="g5489-2-9-6-8-8-53" |  | ||||||
|                    transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> |  | ||||||
|                   <g |  | ||||||
|                      id="g5428-8-1-4-0-0-4" /> |  | ||||||
|                 </g> |  | ||||||
|               </g> |  | ||||||
|               <rect |  | ||||||
|                  style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" |  | ||||||
|                  id="rect13523-7" |  | ||||||
|                  width="16" |  | ||||||
|                  height="16" |  | ||||||
|                  x="17" |  | ||||||
|                  y="30.362183" /> |  | ||||||
|               <g |  | ||||||
|                  id="g5400-6"> |  | ||||||
|                 <rect |  | ||||||
|                    rx="1.9999943" |  | ||||||
|                    y="31.362196" |  | ||||||
|                    x="18.000006" |  | ||||||
|                    height="13.99999" |  | ||||||
|                    width="13.999989" |  | ||||||
|                    id="rect5147-9-1-5-7-6-7" |  | ||||||
|                    style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4168);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" |  | ||||||
|                    ry="1.9999917" /> |  | ||||||
|               </g> |  | ||||||
|             </g> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|         <g |  | ||||||
|            inkscape:label="Ebene 1" |  | ||||||
|            id="checkbox-checked-dark-7" |  | ||||||
|            transform="translate(36,-1036)" |  | ||||||
|            style="display:inline"> |  | ||||||
|           <g |  | ||||||
|              id="g3981-6-4" |  | ||||||
|              transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,729.95475,305.0582)" |  | ||||||
|              style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" /> |  | ||||||
|           <g |  | ||||||
|              id="g4049-2" |  | ||||||
|              transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> |  | ||||||
|             <g |  | ||||||
|                id="g4056-7" |  | ||||||
|                transform="translate(12.374375,11.531233)"> |  | ||||||
|               <g |  | ||||||
|                  id="g3981-0" |  | ||||||
|                  transform="translate(-3,-4.9999826)" |  | ||||||
|                  style="fill:#3b3c3e;fill-opacity:1"> |  | ||||||
|                 <rect |  | ||||||
|                    ry="0.66666085" |  | ||||||
|                    rx="0.66666085" |  | ||||||
|                    y="1033.3622" |  | ||||||
|                    x="8" |  | ||||||
|                    height="1.9999826" |  | ||||||
|                    width="5" |  | ||||||
|                    id="rect3977-39" |  | ||||||
|                    style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" /> |  | ||||||
|                 <rect |  | ||||||
|                    ry="0" |  | ||||||
|                    y="1027.3622" |  | ||||||
|                    x="11" |  | ||||||
|                    height="7.9999828" |  | ||||||
|                    width="2" |  | ||||||
|                    id="rect3979-7" |  | ||||||
|                    style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" /> |  | ||||||
|               </g> |  | ||||||
|               <rect |  | ||||||
|                  style="fill:#eeeeee;fill-opacity:0;stroke:none" |  | ||||||
|                  id="rect4047-81" |  | ||||||
|                  width="3" |  | ||||||
|                  height="1" |  | ||||||
|                  x="5" |  | ||||||
|                  y="-8" |  | ||||||
|                  transform="translate(0,1036.3622)" /> |  | ||||||
|             </g> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 8.4 KiB | 
| @ -1,268 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg2" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="checkbox-checked.svg" |  | ||||||
|    inkscape:export-filename="/home/steffen/.local/share/themes/Vertex-git/gtk-3.0/assets/dark/checkbox-checked.png" |  | ||||||
|    inkscape:export-xdpi="90" |  | ||||||
|    inkscape:export-ydpi="90"> |  | ||||||
|   <defs |  | ||||||
|      id="defs4"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_fg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4169" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4166" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient7704"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#4080fb;stop-opacity:0.74509805;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop7706" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#4080fb;stop-opacity:0.49197862;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop7708" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient7694"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#0f0f0f;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop7696" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop7698" |  | ||||||
|          offset="0.078125" |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" |  | ||||||
|          offset="0.97355771" |  | ||||||
|          id="stop7700" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#1b1b1b;stop-opacity:1;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop7702" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3969-0-4-9"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#353537;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop3971-2-2-7" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#4d4f52;stop-opacity:1;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop3973-0-5-3" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4168" |  | ||||||
|        x1="25" |  | ||||||
|        y1="31.362191" |  | ||||||
|        x2="25" |  | ||||||
|        y2="45.362191" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_fg_color" |  | ||||||
|        id="linearGradient4171" |  | ||||||
|        x1="10.5" |  | ||||||
|        y1="1033.3622" |  | ||||||
|        x2="10.5" |  | ||||||
|        y2="1035.3622" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_fg_color" |  | ||||||
|        id="linearGradient4173" |  | ||||||
|        x1="12" |  | ||||||
|        y1="1027.3622" |  | ||||||
|        x2="12" |  | ||||||
|        y2="1035.3622" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="11.313709" |  | ||||||
|      inkscape:cx="-16.237251" |  | ||||||
|      inkscape:cy="2.8983635" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="checkbox-checked-dark" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      inkscape:showpageshadow="false" |  | ||||||
|      showborder="true" |  | ||||||
|      inkscape:window-width="929" |  | ||||||
|      inkscape:window-height="614" |  | ||||||
|      inkscape:window-x="230" |  | ||||||
|      inkscape:window-y="97" |  | ||||||
|      inkscape:window-maximized="0" |  | ||||||
|      inkscape:snap-global="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true" |  | ||||||
|      inkscape:bbox-nodes="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid2985" |  | ||||||
|        empspacing="5" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata7"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1036.3622)"> |  | ||||||
|     <g |  | ||||||
|        id="checkbox-checked-dark" |  | ||||||
|        inkscape:label="Ebene 1" |  | ||||||
|        transform="translate(16.837126,14.010408)"> |  | ||||||
|       <g |  | ||||||
|          transform="translate(-52.837126,1021.9896)" |  | ||||||
|          style="display:inline;opacity:1" |  | ||||||
|          id="checkbox-checked" |  | ||||||
|          inkscape:label="#g10758"> |  | ||||||
|         <g |  | ||||||
|            inkscape:label="#g22047" |  | ||||||
|            id="checkbox-unchecked-5" |  | ||||||
|            style="display:inline" |  | ||||||
|            transform="translate(19,0)"> |  | ||||||
|           <g |  | ||||||
|              id="sdsd-7" |  | ||||||
|              inkscape:label="#g21853"> |  | ||||||
|             <g |  | ||||||
|                transform="translate(0,-30)" |  | ||||||
|                inkscape:label="#g14325" |  | ||||||
|                id="scdsdcd-5"> |  | ||||||
|               <g |  | ||||||
|                  transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" |  | ||||||
|                  id="g15812-6-6-1-5" |  | ||||||
|                  style="display:inline"> |  | ||||||
|                 <g |  | ||||||
|                    style="display:inline" |  | ||||||
|                    id="g5489-2-9-6-8-8-53" |  | ||||||
|                    transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> |  | ||||||
|                   <g |  | ||||||
|                      id="g5428-8-1-4-0-0-4" /> |  | ||||||
|                 </g> |  | ||||||
|               </g> |  | ||||||
|               <rect |  | ||||||
|                  style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" |  | ||||||
|                  id="rect13523-7" |  | ||||||
|                  width="16" |  | ||||||
|                  height="16" |  | ||||||
|                  x="17" |  | ||||||
|                  y="30.362183" /> |  | ||||||
|               <g |  | ||||||
|                  id="g5400-6"> |  | ||||||
|                 <rect |  | ||||||
|                    rx="1.9999943" |  | ||||||
|                    y="31.362196" |  | ||||||
|                    x="18.000006" |  | ||||||
|                    height="13.99999" |  | ||||||
|                    width="13.999989" |  | ||||||
|                    id="rect5147-9-1-5-7-6-7" |  | ||||||
|                    style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4168);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" |  | ||||||
|                    ry="1.9999917" /> |  | ||||||
|               </g> |  | ||||||
|             </g> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|         <g |  | ||||||
|            inkscape:label="Ebene 1" |  | ||||||
|            id="checkbox-checked-dark-7" |  | ||||||
|            transform="translate(36,-1036)" |  | ||||||
|            style="display:inline"> |  | ||||||
|           <g |  | ||||||
|              id="g3981-6-4" |  | ||||||
|              transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,729.95475,305.0582)" |  | ||||||
|              style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" /> |  | ||||||
|           <g |  | ||||||
|              id="g4049-2" |  | ||||||
|              transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> |  | ||||||
|             <g |  | ||||||
|                id="g4056-7" |  | ||||||
|                transform="translate(12.374375,11.531233)"> |  | ||||||
|               <g |  | ||||||
|                  id="g3981-0" |  | ||||||
|                  transform="translate(-3,-4.9999826)" |  | ||||||
|                  style="fill:#3b3c3e;fill-opacity:1"> |  | ||||||
|                 <rect |  | ||||||
|                    ry="0.66666085" |  | ||||||
|                    rx="0.66666085" |  | ||||||
|                    y="1033.3622" |  | ||||||
|                    x="8" |  | ||||||
|                    height="1.9999826" |  | ||||||
|                    width="5" |  | ||||||
|                    id="rect3977-39" |  | ||||||
|                    style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" /> |  | ||||||
|                 <rect |  | ||||||
|                    ry="0" |  | ||||||
|                    y="1027.3622" |  | ||||||
|                    x="11" |  | ||||||
|                    height="7.9999828" |  | ||||||
|                    width="2" |  | ||||||
|                    id="rect3979-7" |  | ||||||
|                    style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" /> |  | ||||||
|               </g> |  | ||||||
|               <rect |  | ||||||
|                  style="fill:#eeeeee;fill-opacity:0;stroke:none" |  | ||||||
|                  id="rect4047-81" |  | ||||||
|                  width="3" |  | ||||||
|                  height="1" |  | ||||||
|                  x="5" |  | ||||||
|                  y="-8" |  | ||||||
|                  transform="translate(0,1036.3622)" /> |  | ||||||
|             </g> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 8.4 KiB | 
| @ -1,160 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg2" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="checkbox-unchecked-focused.svg" |  | ||||||
|    inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png" |  | ||||||
|    inkscape:export-xdpi="90" |  | ||||||
|    inkscape:export-ydpi="90"> |  | ||||||
|   <defs |  | ||||||
|      id="defs4"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4150" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3768-6"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#0f0f0f;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop3770-6" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop3778-2" |  | ||||||
|          offset="0.078125" |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" |  | ||||||
|          offset="0.97355771" |  | ||||||
|          id="stop3774-0" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#1b1b1b;stop-opacity:1;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop3776-1" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4152" |  | ||||||
|        x1="25" |  | ||||||
|        y1="31.362183" |  | ||||||
|        x2="25" |  | ||||||
|        y2="45.36218" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="11.313709" |  | ||||||
|      inkscape:cx="-9.8744294" |  | ||||||
|      inkscape:cy="-1.1201818" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      inkscape:showpageshadow="false" |  | ||||||
|      showborder="true" |  | ||||||
|      inkscape:window-width="1006" |  | ||||||
|      inkscape:window-height="723" |  | ||||||
|      inkscape:window-x="358" |  | ||||||
|      inkscape:window-y="22" |  | ||||||
|      inkscape:window-maximized="0" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid2985" |  | ||||||
|        empspacing="5" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata7"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1036.3622)"> |  | ||||||
|     <g |  | ||||||
|        transform="translate(-17,1036)" |  | ||||||
|        style="display:inline;opacity:1" |  | ||||||
|        id="checkbox-unchecked-9" |  | ||||||
|        inkscape:label="#g22047"> |  | ||||||
|       <g |  | ||||||
|          inkscape:label="#g21853" |  | ||||||
|          id="sdsd-0"> |  | ||||||
|         <g |  | ||||||
|            id="scdsdcd-0" |  | ||||||
|            inkscape:label="#g14325" |  | ||||||
|            transform="translate(0,-30)"> |  | ||||||
|           <g |  | ||||||
|              style="display:inline" |  | ||||||
|              id="g15812-6-6-1-4" |  | ||||||
|              transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"> |  | ||||||
|             <g |  | ||||||
|                transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)" |  | ||||||
|                id="g5489-2-9-6-8-8-9" |  | ||||||
|                style="display:inline"> |  | ||||||
|               <g |  | ||||||
|                  id="g5428-8-1-4-0-0-65" /> |  | ||||||
|             </g> |  | ||||||
|           </g> |  | ||||||
|           <rect |  | ||||||
|              y="30.362183" |  | ||||||
|              x="17" |  | ||||||
|              height="16" |  | ||||||
|              width="16" |  | ||||||
|              id="rect13523-4" |  | ||||||
|              style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> |  | ||||||
|           <g |  | ||||||
|              id="g5400-2"> |  | ||||||
|             <rect |  | ||||||
|                ry="2" |  | ||||||
|                style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient4152);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" |  | ||||||
|                id="rect5147-9-1-5-7-6-3" |  | ||||||
|                width="13" |  | ||||||
|                height="12.999997" |  | ||||||
|                x="18.5" |  | ||||||
|                y="31.862183" |  | ||||||
|                rx="2" /> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.9 KiB | 
| @ -1,141 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="16" |  | ||||||
|    height="16" |  | ||||||
|    id="svg2" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="checkbox-unchecked.svg" |  | ||||||
|    inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png" |  | ||||||
|    inkscape:export-xdpi="90" |  | ||||||
|    inkscape:export-ydpi="90"> |  | ||||||
|   <defs |  | ||||||
|      id="defs4"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="linearGradient3768-6"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#0f0f0f;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop3770-6" /> |  | ||||||
|       <stop |  | ||||||
|          id="stop3778-2" |  | ||||||
|          offset="0.078125" |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#171717;stop-opacity:1;" |  | ||||||
|          offset="0.97355771" |  | ||||||
|          id="stop3774-0" /> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#1b1b1b;stop-opacity:1;" |  | ||||||
|          offset="1" |  | ||||||
|          id="stop3776-1" /> |  | ||||||
|     </linearGradient> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="11.313709" |  | ||||||
|      inkscape:cx="-0.57889006" |  | ||||||
|      inkscape:cy="7.8835199" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      inkscape:showpageshadow="false" |  | ||||||
|      showborder="true" |  | ||||||
|      inkscape:window-width="1006" |  | ||||||
|      inkscape:window-height="723" |  | ||||||
|      inkscape:window-x="358" |  | ||||||
|      inkscape:window-y="22" |  | ||||||
|      inkscape:window-maximized="0" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid2985" |  | ||||||
|        empspacing="5" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata7"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1036.3622)"> |  | ||||||
|     <g |  | ||||||
|        transform="translate(-17,1036)" |  | ||||||
|        style="display:inline;opacity:1" |  | ||||||
|        id="checkbox-unchecked-7" |  | ||||||
|        inkscape:label="#g22047"> |  | ||||||
|       <g |  | ||||||
|          inkscape:label="#g21853" |  | ||||||
|          id="sdsd-0"> |  | ||||||
|         <g |  | ||||||
|            id="scdsdcd-0" |  | ||||||
|            inkscape:label="#g14325" |  | ||||||
|            transform="translate(0,-30)"> |  | ||||||
|           <g |  | ||||||
|              style="display:inline" |  | ||||||
|              id="g15812-6-6-1-4" |  | ||||||
|              transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"> |  | ||||||
|             <g |  | ||||||
|                transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)" |  | ||||||
|                id="g5489-2-9-6-8-8-9" |  | ||||||
|                style="display:inline"> |  | ||||||
|               <g |  | ||||||
|                  id="g5428-8-1-4-0-0-65" /> |  | ||||||
|             </g> |  | ||||||
|           </g> |  | ||||||
|           <rect |  | ||||||
|              y="30.362183" |  | ||||||
|              x="17" |  | ||||||
|              height="16" |  | ||||||
|              width="16" |  | ||||||
|              id="rect13523-4" |  | ||||||
|              style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> |  | ||||||
|           <g |  | ||||||
|              id="g5400-2"> |  | ||||||
|             <rect |  | ||||||
|                ry="2" |  | ||||||
|                style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" |  | ||||||
|                id="rect5147-9-1-5-7-6-3" |  | ||||||
|                width="13" |  | ||||||
|                height="12.999997" |  | ||||||
|                x="18.5" |  | ||||||
|                y="31.862183" |  | ||||||
|                rx="2" /> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.3 KiB | 
| @ -1,127 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="32" |  | ||||||
|    height="32" |  | ||||||
|    viewBox="0 0 32 32" |  | ||||||
|    id="svg5386" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="menu.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs5388" /> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="1" |  | ||||||
|      inkscape:cx="22.519877" |  | ||||||
|      inkscape:cy="5.5302687" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="false" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid5954" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata5391"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1020.3622)"> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:0.1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4164-4-3" |  | ||||||
|        width="23" |  | ||||||
|        height="21.999889" |  | ||||||
|        x="4.5" |  | ||||||
|        y="1024.8622" |  | ||||||
|        rx="2.0000005" |  | ||||||
|        ry="1.9999999" /> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4164" |  | ||||||
|        width="22" |  | ||||||
|        height="20.999971" |  | ||||||
|        x="5" |  | ||||||
|        y="1025.3622" |  | ||||||
|        rx="1.4" |  | ||||||
|        ry="1.4" /> |  | ||||||
|     <g |  | ||||||
|        transform="translate(-425.99995,658.36226)" |  | ||||||
|        id="g4271" |  | ||||||
|        style="display:inline;opacity:0.75"> |  | ||||||
|       <rect |  | ||||||
|          ry="8" |  | ||||||
|          rx="8" |  | ||||||
|          y="362.49994" |  | ||||||
|          x="426.49994" |  | ||||||
|          height="31" |  | ||||||
|          width="31.000011" |  | ||||||
|          id="rect4164-4-7-5-3-8-8" |  | ||||||
|          style="display:inline;opacity:0.01;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <rect |  | ||||||
|          ry="6.999999" |  | ||||||
|          rx="7" |  | ||||||
|          y="363.49997" |  | ||||||
|          x="427.49994" |  | ||||||
|          height="28.999996" |  | ||||||
|          width="29.000011" |  | ||||||
|          id="rect4164-4-7-5-3-8" |  | ||||||
|          style="display:inline;opacity:0.02;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <rect |  | ||||||
|          ry="6" |  | ||||||
|          rx="6" |  | ||||||
|          y="364.49994" |  | ||||||
|          x="428.49994" |  | ||||||
|          height="26.999998" |  | ||||||
|          width="27.000011" |  | ||||||
|          id="rect4164-4-7-5-3" |  | ||||||
|          style="display:inline;opacity:0.04;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <rect |  | ||||||
|          ry="5" |  | ||||||
|          rx="4.9999995" |  | ||||||
|          y="365.49997" |  | ||||||
|          x="429.49997" |  | ||||||
|          height="24.999998" |  | ||||||
|          width="24.999981" |  | ||||||
|          id="rect4164-4-7-5" |  | ||||||
|          style="display:inline;opacity:0.06;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |  | ||||||
|       <path |  | ||||||
|          transform="translate(-6.1035156e-5,0)" |  | ||||||
|          id="rect4164-4-7" |  | ||||||
|          d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" |  | ||||||
|          style="display:inline;opacity:0.09;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|          inkscape:connector-curvature="0" |  | ||||||
|          sodipodi:nodetypes="csscssc" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.7 KiB | 
| @ -1,109 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="37" |  | ||||||
|    height="18" |  | ||||||
|    id="svg3783" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="submenu-open.svg" |  | ||||||
|    inkscape:export-filename="/home/steffen/.local/share/themes/Vertex_Shell/gnome-shell/menu.png" |  | ||||||
|    inkscape:export-xdpi="90" |  | ||||||
|    inkscape:export-ydpi="90"> |  | ||||||
|   <defs |  | ||||||
|      id="defs3785" /> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#838383" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="16.000001" |  | ||||||
|      inkscape:cx="7.5374477" |  | ||||||
|      inkscape:cy="6.5634088" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="g3027" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:showpageshadow="false" |  | ||||||
|      inkscape:window-width="1364" |  | ||||||
|      inkscape:window-height="718" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="25" |  | ||||||
|      inkscape:window-maximized="0" |  | ||||||
|      inkscape:snap-global="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      fit-margin-top="0" |  | ||||||
|      fit-margin-left="0" |  | ||||||
|      fit-margin-right="0" |  | ||||||
|      fit-margin-bottom="0" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4301" |  | ||||||
|        empspacing="8" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        originx="0" |  | ||||||
|        originy="0" /> |  | ||||||
|     <sodipodi:guide |  | ||||||
|        orientation="0,1" |  | ||||||
|        position="14.052204,22.065004" |  | ||||||
|        id="guide3831" /> |  | ||||||
|     <sodipodi:guide |  | ||||||
|        orientation="0,1" |  | ||||||
|        position="14.052204,-3.9349962" |  | ||||||
|        id="guide3835" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata3788"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Calque 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(-5.9477962,-1025.4272)"> |  | ||||||
|     <g |  | ||||||
|        id="g3027" |  | ||||||
|        transform="matrix(0,-1,1,0,-1048.3622,1052.3622)"> |  | ||||||
|       <rect |  | ||||||
|          style="opacity:0.05;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|          id="rect3092" |  | ||||||
|          width="28.999735" |  | ||||||
|          height="18" |  | ||||||
|          x="1058.3102" |  | ||||||
|          y="8.9349957" |  | ||||||
|          transform="matrix(0,1,1,0,0,0)" /> |  | ||||||
|       <rect |  | ||||||
|          style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|          id="rect3883" |  | ||||||
|          width="28.999802" |  | ||||||
|          height="1" |  | ||||||
|          x="1058.3102" |  | ||||||
|          y="25.93499" |  | ||||||
|          transform="matrix(0,1,1,0,0,0)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 3.3 KiB | 
| @ -1,109 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="37" |  | ||||||
|    height="18" |  | ||||||
|    id="svg3783" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="submenu.svg" |  | ||||||
|    inkscape:export-filename="/home/steffen/.local/share/themes/Vertex_Shell/gnome-shell/menu.png" |  | ||||||
|    inkscape:export-xdpi="90" |  | ||||||
|    inkscape:export-ydpi="90"> |  | ||||||
|   <defs |  | ||||||
|      id="defs3785" /> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#838383" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="16.000001" |  | ||||||
|      inkscape:cx="7.5374477" |  | ||||||
|      inkscape:cy="6.5634088" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="g3027" |  | ||||||
|      showgrid="true" |  | ||||||
|      inkscape:showpageshadow="false" |  | ||||||
|      inkscape:window-width="1364" |  | ||||||
|      inkscape:window-height="718" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="25" |  | ||||||
|      inkscape:window-maximized="0" |  | ||||||
|      inkscape:snap-global="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      fit-margin-top="0" |  | ||||||
|      fit-margin-left="0" |  | ||||||
|      fit-margin-right="0" |  | ||||||
|      fit-margin-bottom="0" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid4301" |  | ||||||
|        empspacing="8" |  | ||||||
|        visible="true" |  | ||||||
|        enabled="true" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        originx="0" |  | ||||||
|        originy="0" /> |  | ||||||
|     <sodipodi:guide |  | ||||||
|        orientation="0,1" |  | ||||||
|        position="14.052204,22.065004" |  | ||||||
|        id="guide3831" /> |  | ||||||
|     <sodipodi:guide |  | ||||||
|        orientation="0,1" |  | ||||||
|        position="14.052204,-3.9349962" |  | ||||||
|        id="guide3835" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata3788"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Calque 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(-5.9477962,-1025.4272)"> |  | ||||||
|     <g |  | ||||||
|        id="g3027" |  | ||||||
|        transform="matrix(0,-1,1,0,-1048.3622,1052.3622)"> |  | ||||||
|       <rect |  | ||||||
|          style="opacity:0.05;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|          id="rect3092" |  | ||||||
|          width="28.999735" |  | ||||||
|          height="18" |  | ||||||
|          x="1058.3102" |  | ||||||
|          y="-26.934996" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|       <rect |  | ||||||
|          style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|          id="rect3883" |  | ||||||
|          width="28.999802" |  | ||||||
|          height="1" |  | ||||||
|          x="1058.3102" |  | ||||||
|          y="-9.9350014" |  | ||||||
|          transform="matrix(0,1,-1,0,0,0)" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 3.3 KiB | 
| @ -1,92 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="22" |  | ||||||
|    height="18.999971" |  | ||||||
|    viewBox="0 0 22 18.999971" |  | ||||||
|    id="svg5386" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="button-box.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs5388"> |  | ||||||
|     <clipPath |  | ||||||
|        clipPathUnits="userSpaceOnUse" |  | ||||||
|        id="clipPath4228"> |  | ||||||
|       <rect |  | ||||||
|          style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|          id="rect4230" |  | ||||||
|          width="38" |  | ||||||
|          height="29.000017" |  | ||||||
|          x="-3" |  | ||||||
|          y="1027.3622" |  | ||||||
|          rx="1.5" |  | ||||||
|          ry="1.5" /> |  | ||||||
|     </clipPath> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="16" |  | ||||||
|      inkscape:cx="9.376447" |  | ||||||
|      inkscape:cy="10.14915" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true" |  | ||||||
|      fit-margin-top="0" |  | ||||||
|      fit-margin-left="0" |  | ||||||
|      fit-margin-right="0" |  | ||||||
|      fit-margin-bottom="0" |  | ||||||
|      showguides="false" |  | ||||||
|      inkscape:object-paths="true" |  | ||||||
|      inkscape:snap-intersection-paths="true" |  | ||||||
|      inkscape:object-nodes="true" |  | ||||||
|      inkscape:snap-smooth-nodes="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid5954" |  | ||||||
|        originx="-5" |  | ||||||
|        originy="-6.000065" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata5391"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(-5,-1027.3622)"> |  | ||||||
|     <path |  | ||||||
|        style="opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        d="m 27,1027.3622 0,17.9445 c 0,0.5848 -0.4906,1.0555 -1.1,1.0555 l -19.8,0 c -0.6094,0 -1.1,-0.4707 -1.1,-1.0555 l 0,-17.9445 z" |  | ||||||
|        id="rect4145-1" |  | ||||||
|        inkscape:connector-curvature="0" |  | ||||||
|        sodipodi:nodetypes="csssscc" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.9 KiB | 
| @ -1,172 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    sodipodi:docname="calendar-arrow-left-hover.svg" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7384" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    version="1.1" |  | ||||||
|    width="16"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata90"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title>Gnome Symbolic Icon Theme</dc:title> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      inkscape:bbox-nodes="false" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      inkscape:current-layer="layer12" |  | ||||||
|      inkscape:cx="-2.7030998" |  | ||||||
|      inkscape:cy="8.9526136" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      id="namedview88" |  | ||||||
|      inkscape:object-nodes="false" |  | ||||||
|      inkscape:object-paths="false" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      showborder="false" |  | ||||||
|      showgrid="false" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:snap-bbox-midpoints="false" |  | ||||||
|      inkscape:snap-global="true" |  | ||||||
|      inkscape:snap-grids="true" |  | ||||||
|      inkscape:snap-nodes="true" |  | ||||||
|      inkscape:snap-others="false" |  | ||||||
|      inkscape:snap-to-guides="true" |  | ||||||
|      inkscape:window-height="720" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="25" |  | ||||||
|      inkscape:zoom="22.627417"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        empspacing="2" |  | ||||||
|        enabled="true" |  | ||||||
|        id="grid4866" |  | ||||||
|        originx="141px" |  | ||||||
|        originy="530px" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        spacingx="1px" |  | ||||||
|        spacingy="1px" |  | ||||||
|        type="xygrid" |  | ||||||
|        visible="true" /> |  | ||||||
|     <inkscape:grid |  | ||||||
|        color="#000000" |  | ||||||
|        empcolor="#000000" |  | ||||||
|        empopacity="0" |  | ||||||
|        empspacing="4" |  | ||||||
|        enabled="true" |  | ||||||
|        id="grid5968" |  | ||||||
|        opacity="0.1254902" |  | ||||||
|        originx="141px" |  | ||||||
|        originy="530px" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        spacingx="0.5px" |  | ||||||
|        spacingy="0.5px" |  | ||||||
|        type="xygrid" |  | ||||||
|        visible="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <title |  | ||||||
|      id="title9167">Gnome Symbolic Icon Theme</title> |  | ||||||
|   <defs |  | ||||||
|      id="defs7386"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4149" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4151" |  | ||||||
|        x1="108.31551" |  | ||||||
|        y1="748.98676" |  | ||||||
|        x2="108.31551" |  | ||||||
|        y2="761.01651" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="translate(-100.0002,-747)" /> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer9" |  | ||||||
|      inkscape:label="status" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer10" |  | ||||||
|      inkscape:label="devices" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer11" |  | ||||||
|      inkscape:label="apps" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer13" |  | ||||||
|      inkscape:label="places" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer14" |  | ||||||
|      inkscape:label="mimetypes" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer15" |  | ||||||
|      inkscape:label="emblems" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="g71291" |  | ||||||
|      inkscape:label="emotes" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="g4953" |  | ||||||
|      inkscape:label="categories" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer12" |  | ||||||
|      inkscape:label="actions" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)"> |  | ||||||
|     <path |  | ||||||
|        style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" |  | ||||||
|        d="M 11.029297 1.9863281 A 1.0001 1.0001 0 0 0 10.875 2 A 1.0001 1.0001 0 0 0 10.28125 2.28125 L 5.28125 7.28125 L 4.59375 8 L 5.28125 8.71875 L 10.28125 13.71875 A 1.016466 1.016466 0 0 0 11.320312 13.964844 C 11.376215 13.986347 11.436343 14 11.5 14 C 11.777 14 12 13.777 12 13.5 C 12 13.436343 11.986347 13.376215 11.964844 13.320312 A 1.016466 1.016466 0 0 0 11.71875 12.28125 L 7.4375 8 L 11.71875 3.71875 A 1.0001 1.0001 0 0 0 11.972656 2.6347656 C 11.985073 2.5910427 12 2.5478091 12 2.5 C 12 2.223 11.777 2 11.5 2 C 11.441137 2 11.386348 2.0146851 11.333984 2.0332031 A 1.0001 1.0001 0 0 0 11.029297 1.9863281 z " |  | ||||||
|        transform="translate(100.0002,747)" |  | ||||||
|        id="path6040" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 5.8 KiB | 
| @ -1,169 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    sodipodi:docname="calendar-arrow-left.svg" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7384" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    version="1.1" |  | ||||||
|    width="16"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata90"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title>Gnome Symbolic Icon Theme</dc:title> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      inkscape:bbox-nodes="false" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      inkscape:current-layer="layer12" |  | ||||||
|      inkscape:cx="-9.0656635" |  | ||||||
|      inkscape:cy="-4.6881295" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      id="namedview88" |  | ||||||
|      inkscape:object-nodes="false" |  | ||||||
|      inkscape:object-paths="false" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      showborder="false" |  | ||||||
|      showgrid="false" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:snap-bbox-midpoints="false" |  | ||||||
|      inkscape:snap-global="true" |  | ||||||
|      inkscape:snap-grids="true" |  | ||||||
|      inkscape:snap-nodes="true" |  | ||||||
|      inkscape:snap-others="false" |  | ||||||
|      inkscape:snap-to-guides="true" |  | ||||||
|      inkscape:window-height="720" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="25" |  | ||||||
|      inkscape:zoom="5.6568543"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        empspacing="2" |  | ||||||
|        enabled="true" |  | ||||||
|        id="grid4866" |  | ||||||
|        originx="141px" |  | ||||||
|        originy="530px" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        spacingx="1px" |  | ||||||
|        spacingy="1px" |  | ||||||
|        type="xygrid" |  | ||||||
|        visible="true" /> |  | ||||||
|     <inkscape:grid |  | ||||||
|        color="#000000" |  | ||||||
|        empcolor="#000000" |  | ||||||
|        empopacity="0" |  | ||||||
|        empspacing="4" |  | ||||||
|        enabled="true" |  | ||||||
|        id="grid5968" |  | ||||||
|        opacity="0.1254902" |  | ||||||
|        originx="141px" |  | ||||||
|        originy="530px" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        spacingx="0.5px" |  | ||||||
|        spacingy="0.5px" |  | ||||||
|        type="xygrid" |  | ||||||
|        visible="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <title |  | ||||||
|      id="title9167">Gnome Symbolic Icon Theme</title> |  | ||||||
|   <defs |  | ||||||
|      id="defs7386" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer9" |  | ||||||
|      inkscape:label="status" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer10" |  | ||||||
|      inkscape:label="devices" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer11" |  | ||||||
|      inkscape:label="apps" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer13" |  | ||||||
|      inkscape:label="places" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer14" |  | ||||||
|      inkscape:label="mimetypes" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer15" |  | ||||||
|      inkscape:label="emblems" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="g71291" |  | ||||||
|      inkscape:label="emotes" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="g4953" |  | ||||||
|      inkscape:label="categories" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer12" |  | ||||||
|      inkscape:label="actions" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-100.0002,-747)"> |  | ||||||
|     <path |  | ||||||
|        inkscape:connector-curvature="0" |  | ||||||
|        d="m 110.875,749 a 1.0001,1.0001 0 0 0 -0.59375,0.28125 l -5,5 -0.6875,0.71875 0.6875,0.71875 5,5 a 1.016466,1.016466 0 1 0 1.4375,-1.4375 L 107.4375,755 l 4.28125,-4.28125 A 1.0001,1.0001 0 0 0 110.875,749 z" |  | ||||||
|        id="path6040" |  | ||||||
|        style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#a1a1a1;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /> |  | ||||||
|     <rect |  | ||||||
|        height="1" |  | ||||||
|        id="rect6046" |  | ||||||
|        rx="0" |  | ||||||
|        ry="1" |  | ||||||
|        style="fill:#a1a1a1;fill-opacity:1;stroke:none" |  | ||||||
|        width="1" |  | ||||||
|        x="111.0002" |  | ||||||
|        y="749" /> |  | ||||||
|     <rect |  | ||||||
|        height="1" |  | ||||||
|        id="rect6050" |  | ||||||
|        rx="0" |  | ||||||
|        ry="1" |  | ||||||
|        style="fill:#a1a1a1;fill-opacity:1;stroke:none" |  | ||||||
|        width="1" |  | ||||||
|        x="111.0002" |  | ||||||
|        y="760" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 5.1 KiB | 
| @ -1,172 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    sodipodi:docname="calendar-arrow-right-hover.svg" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7384" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    version="1.1" |  | ||||||
|    width="16"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata90"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title>Gnome Symbolic Icon Theme</dc:title> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      inkscape:bbox-nodes="false" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      inkscape:current-layer="layer12" |  | ||||||
|      inkscape:cx="-7.294807" |  | ||||||
|      inkscape:cy="8.6950689" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      id="namedview88" |  | ||||||
|      inkscape:object-nodes="false" |  | ||||||
|      inkscape:object-paths="false" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      showborder="false" |  | ||||||
|      showgrid="false" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:snap-bbox-midpoints="false" |  | ||||||
|      inkscape:snap-global="true" |  | ||||||
|      inkscape:snap-grids="true" |  | ||||||
|      inkscape:snap-nodes="true" |  | ||||||
|      inkscape:snap-others="false" |  | ||||||
|      inkscape:snap-to-guides="true" |  | ||||||
|      inkscape:window-height="720" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="25" |  | ||||||
|      inkscape:zoom="16"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        empspacing="2" |  | ||||||
|        enabled="true" |  | ||||||
|        id="grid4866" |  | ||||||
|        originx="-80.000002px" |  | ||||||
|        originy="530px" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        spacingx="1px" |  | ||||||
|        spacingy="1px" |  | ||||||
|        type="xygrid" |  | ||||||
|        visible="true" /> |  | ||||||
|     <inkscape:grid |  | ||||||
|        color="#000000" |  | ||||||
|        empcolor="#000000" |  | ||||||
|        empopacity="0" |  | ||||||
|        empspacing="4" |  | ||||||
|        enabled="true" |  | ||||||
|        id="grid5968" |  | ||||||
|        opacity="0.1254902" |  | ||||||
|        originx="-80.000002px" |  | ||||||
|        originy="530px" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        spacingx="0.5px" |  | ||||||
|        spacingy="0.5px" |  | ||||||
|        type="xygrid" |  | ||||||
|        visible="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <title |  | ||||||
|      id="title9167">Gnome Symbolic Icon Theme</title> |  | ||||||
|   <defs |  | ||||||
|      id="defs7386"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4149" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4151" |  | ||||||
|        x1="328.68296" |  | ||||||
|        y1="748.97592" |  | ||||||
|        x2="328.68296" |  | ||||||
|        y2="761.01651" |  | ||||||
|        gradientUnits="userSpaceOnUse" |  | ||||||
|        gradientTransform="translate(-321.0002,-747)" /> |  | ||||||
|   </defs> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer9" |  | ||||||
|      inkscape:label="status" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer10" |  | ||||||
|      inkscape:label="devices" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer11" |  | ||||||
|      inkscape:label="apps" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer13" |  | ||||||
|      inkscape:label="places" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer14" |  | ||||||
|      inkscape:label="mimetypes" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer15" |  | ||||||
|      inkscape:label="emblems" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="g71291" |  | ||||||
|      inkscape:label="emotes" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="g4953" |  | ||||||
|      inkscape:label="categories" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer12" |  | ||||||
|      inkscape:label="actions" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)"> |  | ||||||
|     <path |  | ||||||
|        style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" |  | ||||||
|        d="M 5.0019531 1.9765625 A 1.0001 1.0001 0 0 0 4.78125 2 A 1.0001 1.0001 0 0 0 4.6582031 2.03125 C 4.6079631 2.0143799 4.5560659 2 4.5 2 C 4.223 2 4 2.223 4 2.5 C 4 2.5456784 4.0140203 2.5869226 4.0253906 2.6289062 A 1.0001 1.0001 0 0 0 4.28125 3.71875 L 8.5625 8 L 4.28125 12.28125 A 1.016466 1.016466 0 0 0 4.0351562 13.320312 C 4.0136534 13.376215 4 13.436343 4 13.5 C 4 13.777 4.223 14 4.5 14 C 4.5636567 14 4.6237855 13.986347 4.6796875 13.964844 A 1.016466 1.016466 0 0 0 5.71875 13.71875 L 10.71875 8.71875 L 11.40625 8 L 10.71875 7.28125 L 5.71875 2.28125 A 1.0001 1.0001 0 0 0 5.0019531 1.9765625 z " |  | ||||||
|        transform="translate(321.0002,747)" |  | ||||||
|        id="path8460" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 5.8 KiB | 
| @ -1,171 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    sodipodi:docname="calendar-arrow-right.svg" |  | ||||||
|    height="16" |  | ||||||
|    id="svg7384" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    version="1.1" |  | ||||||
|    width="16"> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata90"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title>Gnome Symbolic Icon Theme</dc:title> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      inkscape:bbox-nodes="false" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1" |  | ||||||
|      inkscape:current-layer="layer12" |  | ||||||
|      inkscape:cx="-12.348759" |  | ||||||
|      inkscape:cy="7.764245" |  | ||||||
|      gridtolerance="10" |  | ||||||
|      inkscape:guide-bbox="true" |  | ||||||
|      guidetolerance="10" |  | ||||||
|      id="namedview88" |  | ||||||
|      inkscape:object-nodes="false" |  | ||||||
|      inkscape:object-paths="false" |  | ||||||
|      objecttolerance="10" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      inkscape:pageopacity="0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      showborder="false" |  | ||||||
|      showgrid="false" |  | ||||||
|      showguides="true" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:snap-bbox-midpoints="false" |  | ||||||
|      inkscape:snap-global="true" |  | ||||||
|      inkscape:snap-grids="true" |  | ||||||
|      inkscape:snap-nodes="true" |  | ||||||
|      inkscape:snap-others="false" |  | ||||||
|      inkscape:snap-to-guides="true" |  | ||||||
|      inkscape:window-height="720" |  | ||||||
|      inkscape:window-maximized="1" |  | ||||||
|      inkscape:window-width="1366" |  | ||||||
|      inkscape:window-x="0" |  | ||||||
|      inkscape:window-y="25" |  | ||||||
|      inkscape:zoom="8"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        empspacing="2" |  | ||||||
|        enabled="true" |  | ||||||
|        id="grid4866" |  | ||||||
|        originx="-80.000002px" |  | ||||||
|        originy="530px" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        spacingx="1px" |  | ||||||
|        spacingy="1px" |  | ||||||
|        type="xygrid" |  | ||||||
|        visible="true" /> |  | ||||||
|     <inkscape:grid |  | ||||||
|        color="#000000" |  | ||||||
|        empcolor="#000000" |  | ||||||
|        empopacity="0" |  | ||||||
|        empspacing="4" |  | ||||||
|        enabled="true" |  | ||||||
|        id="grid5968" |  | ||||||
|        opacity="0.1254902" |  | ||||||
|        originx="-80.000002px" |  | ||||||
|        originy="530px" |  | ||||||
|        snapvisiblegridlinesonly="true" |  | ||||||
|        spacingx="0.5px" |  | ||||||
|        spacingy="0.5px" |  | ||||||
|        type="xygrid" |  | ||||||
|        visible="true" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <title |  | ||||||
|      id="title9167">Gnome Symbolic Icon Theme</title> |  | ||||||
|   <defs |  | ||||||
|      id="defs7386" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer9" |  | ||||||
|      inkscape:label="status" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer10" |  | ||||||
|      inkscape:label="devices" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer11" |  | ||||||
|      inkscape:label="apps" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer13" |  | ||||||
|      inkscape:label="places" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer14" |  | ||||||
|      inkscape:label="mimetypes" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer15" |  | ||||||
|      inkscape:label="emblems" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="g71291" |  | ||||||
|      inkscape:label="emotes" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="g4953" |  | ||||||
|      inkscape:label="categories" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)" /> |  | ||||||
|   <g |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer12" |  | ||||||
|      inkscape:label="actions" |  | ||||||
|      style="display:inline" |  | ||||||
|      transform="translate(-321.0002,-747)"> |  | ||||||
|     <path |  | ||||||
|        inkscape:connector-curvature="0" |  | ||||||
|        d="m 325.78125,749 a 1.0001,1.0001 0 0 0 -0.5,1.71875 L 329.5625,755 l -4.28125,4.28125 a 1.016466,1.016466 0 1 0 1.4375,1.4375 l 5,-5 0.6875,-0.71875 -0.6875,-0.71875 -5,-5 A 1.0001,1.0001 0 0 0 325.78125,749 z" |  | ||||||
|        id="path8460" |  | ||||||
|        style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#a1a1a1;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /> |  | ||||||
|     <rect |  | ||||||
|        height="1" |  | ||||||
|        id="rect8464" |  | ||||||
|        rx="0" |  | ||||||
|        ry="1" |  | ||||||
|        style="fill:#a1a1a1;fill-opacity:1;stroke:none" |  | ||||||
|        transform="scale(-1,1)" |  | ||||||
|        width="1" |  | ||||||
|        x="-326.00021" |  | ||||||
|        y="749" /> |  | ||||||
|     <rect |  | ||||||
|        height="1" |  | ||||||
|        id="rect8468" |  | ||||||
|        rx="0" |  | ||||||
|        ry="1" |  | ||||||
|        style="fill:#a1a1a1;fill-opacity:1;stroke:none" |  | ||||||
|        transform="scale(-1,1)" |  | ||||||
|        width="1" |  | ||||||
|        x="-326.00021" |  | ||||||
|        y="760" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 5.2 KiB | 
| @ -1,90 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="32" |  | ||||||
|    height="32" |  | ||||||
|    viewBox="0 0 32 32.000001" |  | ||||||
|    id="svg6621" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="message-active.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs6623"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4137" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4139" |  | ||||||
|        x1="16" |  | ||||||
|        y1="1020.3622" |  | ||||||
|        x2="16" |  | ||||||
|        y2="1052.3622" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="22.4" |  | ||||||
|      inkscape:cx="-1.7535755" |  | ||||||
|      inkscape:cy="27.530692" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:bbox-nodes="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid7177" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata6626"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1020.3622)"> |  | ||||||
|     <rect |  | ||||||
|        style="display:inline;opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="rect4160" |  | ||||||
|        width="31" |  | ||||||
|        height="31.000017" |  | ||||||
|        x="0.5" |  | ||||||
|        y="1020.8622" |  | ||||||
|        rx="1.5" |  | ||||||
|        ry="1.5" /> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.6 KiB | 
| @ -1,155 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="18" |  | ||||||
|    height="18" |  | ||||||
|    viewBox="0 0 18 18" |  | ||||||
|    id="svg5995" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="message-close-active.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs5997"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_fg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#ffffff;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4157" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4160" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4162" |  | ||||||
|        x1="9" |  | ||||||
|        y1="1034.3622" |  | ||||||
|        x2="9" |  | ||||||
|        y2="1052.3622" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_fg_color" |  | ||||||
|        id="linearGradient4159" |  | ||||||
|        x1="48.998427" |  | ||||||
|        y1="763.99977" |  | ||||||
|        x2="48.998427" |  | ||||||
|        y2="772" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="15.839192" |  | ||||||
|      inkscape:cx="4.1830863" |  | ||||||
|      inkscape:cy="8.1637646" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true" |  | ||||||
|      inkscape:bbox-nodes="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid6543" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata6000"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1034.3622)"> |  | ||||||
|     <circle |  | ||||||
|        style="display:inline;opacity:1;fill:url(#linearGradient4162);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="path4166" |  | ||||||
|        cx="9" |  | ||||||
|        cy="1043.3622" |  | ||||||
|        r="8.5" /> |  | ||||||
|     <g |  | ||||||
|        id="g4201" |  | ||||||
|        transform="translate(-19.06014,1044.3075)" |  | ||||||
|        inkscape:transform-center-x="19.062501" |  | ||||||
|        inkscape:transform-center-y="9.1875004" |  | ||||||
|        style="display:inline;fill:#adafb5;fill-opacity:1"> |  | ||||||
|       <g |  | ||||||
|          style="display:inline;fill:#adafb5;fill-opacity:1" |  | ||||||
|          id="layer9" |  | ||||||
|          transform="translate(-60,-518)" /> |  | ||||||
|       <g |  | ||||||
|          id="layer10" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          id="layer11" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          transform="matrix(0.75,0,0,0.75,22.062499,-6.9452236)" |  | ||||||
|          id="g2996" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1"> |  | ||||||
|         <g |  | ||||||
|            transform="translate(-60,-518)" |  | ||||||
|            id="layer12" |  | ||||||
|            style="fill:#adafb5;fill-opacity:1"> |  | ||||||
|           <g |  | ||||||
|              transform="translate(19,-242)" |  | ||||||
|              id="layer4-4-1" |  | ||||||
|              style="display:inline;fill:#adafb5;fill-opacity:1"> |  | ||||||
|             <path |  | ||||||
|                inkscape:connector-curvature="0" |  | ||||||
|                d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z" |  | ||||||
|                id="path10839-9" |  | ||||||
|                style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|       <g |  | ||||||
|          id="layer13" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          id="layer14" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          id="layer15" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#adafb5;fill-opacity:1" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 5.7 KiB | 
| @ -1,138 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:xlink="http://www.w3.org/1999/xlink" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="18" |  | ||||||
|    height="18" |  | ||||||
|    viewBox="0 0 18 18" |  | ||||||
|    id="svg5995" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="message-close-hover.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs5997"> |  | ||||||
|     <linearGradient |  | ||||||
|        id="selected_bg_color" |  | ||||||
|        osb:paint="solid"> |  | ||||||
|       <stop |  | ||||||
|          style="stop-color:#5294e2;stop-opacity:1;" |  | ||||||
|          offset="0" |  | ||||||
|          id="stop4148" /> |  | ||||||
|     </linearGradient> |  | ||||||
|     <linearGradient |  | ||||||
|        inkscape:collect="always" |  | ||||||
|        xlink:href="#selected_bg_color" |  | ||||||
|        id="linearGradient4150" |  | ||||||
|        x1="9" |  | ||||||
|        y1="1034.3622" |  | ||||||
|        x2="9" |  | ||||||
|        y2="1052.3622" |  | ||||||
|        gradientUnits="userSpaceOnUse" /> |  | ||||||
|   </defs> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="15.839192" |  | ||||||
|      inkscape:cx="-12.326594" |  | ||||||
|      inkscape:cy="10.815415" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true" |  | ||||||
|      inkscape:bbox-nodes="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid6543" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata6000"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1034.3622)"> |  | ||||||
|     <circle |  | ||||||
|        style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:url(#linearGradient4150);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="path4166" |  | ||||||
|        cx="9" |  | ||||||
|        cy="1043.3622" |  | ||||||
|        r="8.5" /> |  | ||||||
|     <g |  | ||||||
|        id="g4201" |  | ||||||
|        transform="translate(-19.06014,1044.3075)" |  | ||||||
|        inkscape:transform-center-x="19.062501" |  | ||||||
|        inkscape:transform-center-y="9.1875004" |  | ||||||
|        style="display:inline;fill:#91949c;fill-opacity:1"> |  | ||||||
|       <g |  | ||||||
|          style="display:inline;fill:#91949c;fill-opacity:1" |  | ||||||
|          id="layer9" |  | ||||||
|          transform="translate(-60,-518)" /> |  | ||||||
|       <g |  | ||||||
|          id="layer10" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#91949c;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          id="layer11" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#91949c;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          transform="matrix(0.75,0,0,0.75,22.062499,-6.9452236)" |  | ||||||
|          id="g2996" |  | ||||||
|          style="fill:#91949c;fill-opacity:1"> |  | ||||||
|         <g |  | ||||||
|            transform="translate(-60,-518)" |  | ||||||
|            id="layer12" |  | ||||||
|            style="fill:#91949c;fill-opacity:1"> |  | ||||||
|           <g |  | ||||||
|              transform="translate(19,-242)" |  | ||||||
|              id="layer4-4-1" |  | ||||||
|              style="display:inline;fill:#91949c;fill-opacity:1"> |  | ||||||
|             <path |  | ||||||
|                inkscape:connector-curvature="0" |  | ||||||
|                d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z" |  | ||||||
|                id="path10839-9" |  | ||||||
|                style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#91949c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|       <g |  | ||||||
|          id="layer13" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#91949c;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          id="layer14" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#91949c;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          id="layer15" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#91949c;fill-opacity:1" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 5.2 KiB | 
| @ -1,118 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| 
 |  | ||||||
| <svg |  | ||||||
|    xmlns:dc="http://purl.org/dc/elements/1.1/" |  | ||||||
|    xmlns:cc="http://creativecommons.org/ns#" |  | ||||||
|    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |  | ||||||
|    xmlns:svg="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns="http://www.w3.org/2000/svg" |  | ||||||
|    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |  | ||||||
|    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |  | ||||||
|    width="18" |  | ||||||
|    height="18" |  | ||||||
|    viewBox="0 0 18 18" |  | ||||||
|    id="svg5995" |  | ||||||
|    version="1.1" |  | ||||||
|    inkscape:version="0.91 r13725" |  | ||||||
|    sodipodi:docname="message-close.svg"> |  | ||||||
|   <defs |  | ||||||
|      id="defs5997" /> |  | ||||||
|   <sodipodi:namedview |  | ||||||
|      id="base" |  | ||||||
|      pagecolor="#ffffff" |  | ||||||
|      bordercolor="#666666" |  | ||||||
|      borderopacity="1.0" |  | ||||||
|      inkscape:pageopacity="0.0" |  | ||||||
|      inkscape:pageshadow="2" |  | ||||||
|      inkscape:zoom="15.839192" |  | ||||||
|      inkscape:cx="-1.0255127" |  | ||||||
|      inkscape:cy="10.941684" |  | ||||||
|      inkscape:document-units="px" |  | ||||||
|      inkscape:current-layer="layer1" |  | ||||||
|      showgrid="true" |  | ||||||
|      units="px" |  | ||||||
|      inkscape:snap-bbox="true" |  | ||||||
|      inkscape:bbox-paths="true" |  | ||||||
|      inkscape:snap-bbox-edge-midpoints="true" |  | ||||||
|      inkscape:bbox-nodes="true"> |  | ||||||
|     <inkscape:grid |  | ||||||
|        type="xygrid" |  | ||||||
|        id="grid6543" /> |  | ||||||
|   </sodipodi:namedview> |  | ||||||
|   <metadata |  | ||||||
|      id="metadata6000"> |  | ||||||
|     <rdf:RDF> |  | ||||||
|       <cc:Work |  | ||||||
|          rdf:about=""> |  | ||||||
|         <dc:format>image/svg+xml</dc:format> |  | ||||||
|         <dc:type |  | ||||||
|            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |  | ||||||
|         <dc:title /> |  | ||||||
|       </cc:Work> |  | ||||||
|     </rdf:RDF> |  | ||||||
|   </metadata> |  | ||||||
|   <g |  | ||||||
|      inkscape:label="Ebene 1" |  | ||||||
|      inkscape:groupmode="layer" |  | ||||||
|      id="layer1" |  | ||||||
|      transform="translate(0,-1034.3622)"> |  | ||||||
|     <circle |  | ||||||
|        style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |  | ||||||
|        id="path4166" |  | ||||||
|        cx="9" |  | ||||||
|        cy="1043.3622" |  | ||||||
|        r="8.5" /> |  | ||||||
|     <g |  | ||||||
|        id="g4201" |  | ||||||
|        transform="translate(-19.06014,1044.3075)" |  | ||||||
|        inkscape:transform-center-x="19.062501" |  | ||||||
|        inkscape:transform-center-y="9.1875004" |  | ||||||
|        style="display:inline;fill:#91949c;fill-opacity:1"> |  | ||||||
|       <g |  | ||||||
|          style="display:inline;fill:#91949c;fill-opacity:1" |  | ||||||
|          id="layer9" |  | ||||||
|          transform="translate(-60,-518)" /> |  | ||||||
|       <g |  | ||||||
|          id="layer10" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#91949c;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          id="layer11" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#91949c;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          transform="matrix(0.75,0,0,0.75,22.062499,-6.9452236)" |  | ||||||
|          id="g2996" |  | ||||||
|          style="fill:#91949c;fill-opacity:1"> |  | ||||||
|         <g |  | ||||||
|            transform="translate(-60,-518)" |  | ||||||
|            id="layer12" |  | ||||||
|            style="fill:#91949c;fill-opacity:1"> |  | ||||||
|           <g |  | ||||||
|              transform="translate(19,-242)" |  | ||||||
|              id="layer4-4-1" |  | ||||||
|              style="display:inline;fill:#91949c;fill-opacity:1"> |  | ||||||
|             <path |  | ||||||
|                inkscape:connector-curvature="0" |  | ||||||
|                d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z" |  | ||||||
|                id="path10839-9" |  | ||||||
|                style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#91949c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> |  | ||||||
|           </g> |  | ||||||
|         </g> |  | ||||||
|       </g> |  | ||||||
|       <g |  | ||||||
|          id="layer13" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#91949c;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          id="layer14" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#91949c;fill-opacity:1" /> |  | ||||||
|       <g |  | ||||||
|          id="layer15" |  | ||||||
|          transform="translate(-60,-518)" |  | ||||||
|          style="fill:#91949c;fill-opacity:1" /> |  | ||||||
|     </g> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.7 KiB |