1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

Compare commits

..

No commits in common. "master" and "20160331" have entirely different histories.

592 changed files with 15873 additions and 33251 deletions

View File

@ -1,33 +0,0 @@
# READ CAREFULLY BEFORE SUBMITTING
**This list is for avoiding duplicated issues, if your issue isn't listed, you should remove this and continue.**
- The theme doesn't work in a distribution that have a GTK+ 3 version lower than 3.14.
- Arc only supports versions since 3.14, you should update to latest versions.
- The theme is broken after a major GTK+ 3 update (i.e. 3.18 to 3.20 or 3.20 to 3.22).
- Update the package or install from sources.
- The theme is broken after installing from sources.
- Possibly a bug on GTK+ 3 version checking, use `--with-gnome=<version>` flag with `./autogen.sh`.
- Theme isn't transparent on GNOME applications without CSD (i.e. Ubuntu's applications).
- Transparency isn't supported for non-CSD applications.
- Theme doesn't build from AUR in Arch/Manjaro and others.
- Ensure you have the `base-devel` group installed.
### Checks
*Ensure you...*
- **Really** read the list above and checked if your issue is or not duplicated.
- **Really** read the README and there is nothing about your issue.
- **Really** checked if the theme is installed or built specifically for the GTK+ 3/distribution version you're using.
### Details
- Distribution (with version):
- Base distribution (if have, with version):
- Desktop environment (with version):
- Arc version/commit (don't put "latest"):
- GTK+ 3 version:
- Murrine engine version:
- `gnome-themes-standard` version:
- Installation method (package or source):

2
.gitignore vendored
View File

@ -9,4 +9,4 @@ config.*
configure
install-sh
missing
.idea/

View File

@ -1,45 +0,0 @@
This theme uses node-sass/libsass to process the various .scss files. Never edit any of the .css files manually.
#### 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
* 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.
--
#### Editing the GTK 2 themes
* Go to `common/gtk-2.0`
* The colors and includes are defined in `gtkrc`, `gtkrc-dark` and `gtkrc-darker` for each theme variant
* `main.rc` contains the major part of the theme
* `panel.rc` contains the panel styling for Xfce and MATE
* `apps.rc` contains some application specific rules
Because this theme is heavily based on the pixmap engine, a lot of the styling comes from the images in the `assets` and `assets-dark` folders. Don't edit these images directly. See the next section.
--
#### Editing the images for the GTK 2 and GTK 3 themes
* Go to the `common/gtk-2.0` or `common/gtk-3.0/$gtk-version` directory
* Open the `assets.svg` or `assets-dark.svg` file in inkscape. Each object in the .svg file corresponds to an image in the `assets` or `assets-dark` folder
* Find the object you want to edit and make your changes. Important: Don't change the object id!
* Save `assets.svg` and delete the images corresponding to the edited .svg objects from the `assets` folder (or just delete everything in the `assets` folder)
* Run `./render-assets.sh` or `./render-dark-assets.sh` from a terminal

View File

@ -1,11 +1,4 @@
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = \
README.md \
HACKING.md \
autogen.sh \
gulpfile.js \
package.json \
.nvmrc
SUBDIRS = common extra
EXTRA_DIST = autogen.sh
SUBDIRS = common extra

159
README.md
View File

@ -1,76 +1,95 @@
# Arc Theme
Arc is a flat theme with transparent elements for GTK 3, GTK 2 and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments like GNOME, Unity, Budgie, Pantheon, Xfce, MATE, etc.
Arc is a flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, Budgie, Pantheon, XFCE, Mate, etc.
## Arc is available in three variants
###Arc is available in three variants
##### Arc
#####Arc
![A screenshot of the Arc theme](http://i.imgur.com/Ph5ObOa.png)
##### Arc-Darker
#####Arc-Darker
![A screenshot of the Arc-Darker theme](http://i.imgur.com/NC6dqyl.png)
##### Arc-Dark
#####Arc-Dark
![A screenshot of the Arc-Dark theme](http://i.imgur.com/5AGlCnA.png)
## Installation
### Packages
### Requirements
|Distro|Package Name/Link|
|:----:|:----:|
| Arch Linux | `arc-gtk-theme`, [`gtk-theme-arc-git`](https://aur.archlinux.org/packages/gtk-theme-arc-git) (AUR) |
| Debian 8 | [OBS Repo][obs-repo] |
| Debian Testing/Unstable | `arc-theme` |
| Fedora 21 - 23 | [OBS Repo][obs-repo] |
| Fedora 24 -25 | `arc-theme` |
| Gentoo/Funtoo | `x11-themes/arc-theme` from the [Scriptkitties Overlay][sk-overlay] |
| openSUSE | [OBS Repo][obs-repo] |
| Solus | `arc-gtk-theme` |
| Ubuntu 15.04 - 16.04 | [OBS Repo][obs-repo] |
| Ubuntu 16.10 | `arc-theme` |
**elementary OS Note:** elementary OS Freya users can install the package for Ubuntu 15.04, Loki users can install the package for Ubuntu 16.04.
**AUR Note:** If you're having trouble with the AUR packages please email the package maintainer at zach@zach-adams.com before creating an issue.
A non-transparent version of the theme is available here: [Arc Solid OBS repo](http://software.opensuse.org/download.html?project=home%3AHorst3180&package=arc-theme-solid)
--
### Manual Installation
To build the theme the follwing packages are required
* `autoconf`
* `automake`
* `pkg-config` or `pkgconfig` for Fedora
* `libgtk-3-dev` for Debian based distros or `gtk3-devel` for RPM based distros
* `git` to clone the source directory
**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
* GNOME Shell 3.14 - 3.24, GTK 3.14 - 3.22
* Gnome/GTK 3.14, 3.16, 3.18 or 3.20
* 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 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, 15.10 and 16.04 (**Ubuntu 14.04 and 14.10 are not supported**)
* elementary OS Freya
* Debian 8, Testing or Unstable
* Gentoo
* Fedora 21 - 24
* openSUSE 13.2, Leap 42.1 and Tumbleweed
Derivatives of these distributions should work, as well.
If your distribution isn't listed, please check the requirements yourself.
### Installation
**Important:** Remove all older versions of the theme from your system before you proceed any further.
sudo rm -rf /usr/share/themes/{Arc,Arc-Darker,Arc-Dark}
rm -rf ~/.local/share/themes/{Arc,Arc-Darker,Arc-Dark}
rm -rf ~/.themes/{Arc,Arc-Darker,Arc-Dark}
#### Packages
Prebuilt packages for Ubuntu, Debian, Fedora and openSUSE are available at
http://software.opensuse.org/download.html?project=home%3AHorst3180&package=arc-theme
A non-transparent version of the theme is available here
http://software.opensuse.org/download.html?project=home%3AHorst3180&package=arc-theme-solid
**Note:** elementary OS Freya users can install the package for Ubuntu 15.04
--
Arch Linux users can install the theme from the AUR
**Official Releases**: https://aur.archlinux.org/packages/gtk-theme-arc/
**Development Releases**: https://aur.archlinux.org/packages/gtk-theme-arc-git/
**Note:** If you're having trouble with the AUR packages please email the package maintainer at zach@zach-adams.com before creating an issue.
#### Manual Installation
To build the theme you'll need
* `autoconf`
* `automake`
* `pkg-config` or `pkgconfig` if you use Fedora
* `libgtk-3-dev` for Debian based distros or `gtk3-devel` for RPM based distros
* `git` if you want to clone the source directory
If your distributions doesn't ship separate development packages you just need GTK 3 instead of the `-dev` packages.
Install the theme with the following commands
#### 1. Get the source
**1. Get the source**
Clone the git repository with
If you want to install the latest version from git, clone the repository with
git clone https://github.com/horst3180/arc-theme --depth 1 && cd arc-theme
#### 2. Build and install the theme
**2. Build and install the theme**
./autogen.sh --prefix=/usr
sudo make install
@ -88,52 +107,40 @@ Other options to pass to autogen.sh are
--disable-metacity disable Metacity support
--disable-unity disable Unity support
--disable-xfwm disable XFWM support
--disable-xfce-notify disable XFCE Notify support
--with-gnome=<version> build the theme for a specific GNOME version (3.14, 3.16, 3.18, 3.20, 3.22)
Note 1: Normally the correct version is detected automatically and this
--with-gnome=<version> build the theme for a specific Gnome version (3.14, 3.16, 3.18, 3.20)
Note: Normally the correct version is detected automatically and this
option should not be needed.
Note 2: For GNOME 3.24, use --with-gnome-version=3.22
(this works for now, the build system will be improved in the future)
After the installation is complete the theme can be activated with `gnome-tweak-tool` or a similar program by selecting `Arc`, `Arc-Darker` or `Arc-Dark` as Window/GTK+ theme and `Arc` or `Arc-Dark` as GNOME Shell/Cinnamon theme.
After the installation is complete you can activate the theme with `gnome-tweak-tool` or a similar program by selecting `Arc`, `Arc-Darker` or `Arc-Dark` as Window/GTK+ theme and `Arc` or `Arc-Dark` as Gnome-Shell and Xfce-Notify theme.
If the `--disable-transparency` option was used, the theme will be installed as `Arc-solid`, `Arc-Darker-solid` and `Arc-Dark-solid`.
## Uninstall
**Uninstall the theme**
Run
sudo make uninstall
from the cloned git repository, or
from the same directory as this README resides in, or
sudo rm -rf /usr/share/themes/{Arc,Arc-Darker,Arc-Dark}
## Extras
### Extras
### 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 Firefox theme
#### Arc Firefox theme
A theme for Firefox is available at https://github.com/horst3180/arc-firefox-theme
### Arc icon theme
The Arc icon theme is available at https://github.com/horst3180/arc-icon-theme
### Chrome/Chromium 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.
Now open the Plank preferences window by executing `plank --preferences` from a terminal and select `Arc-Plank` as the theme.
### 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.
### Troubleshooting
## Troubleshooting
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
If you have 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 you have to install the theme manually as described above.
This is also true for other distros with a different GTK/Gnome version than the one included by default
--
@ -142,15 +149,9 @@ If you get artifacts like black or invisible backgrounds under Unity, disable ov
gsettings set com.canonical.desktop.interface scrollbar-mode normal
## Bugs
### Bug reporting
If you find a bug, please report it at https://github.com/horst3180/arc-theme/issues
## License
Arc is available under the terms of the GPL-3.0. See `COPYING` for details.
## Full Preview
### Full Preview
![A full screenshot of the Arc theme](http://i.imgur.com/tD1OBQ3.png)
<sub>Screenshot Details: Icons: [Arc](https://github.com/horst3180/arc-icon-theme) | Launcher Icons based on [White Pixel Icons](http://darkdawg.deviantart.com/art/White-Pixel-Icons-252310560) | [Wallpaper](https://pixabay.com/photo-869593/) | Font: Futura Bk bt</sub>
[obs-repo]: http://software.opensuse.org/download.html?project=home%3AHorst3180&package=arc-theme
[sk-overlay]: https://c.darenet.org/scriptkitties/overlay
<sub>Screenshot Details: Icons: unreleased | Launcher Icons based on [White Pixel Icons](http://darkdawg.deviantart.com/art/White-Pixel-Icons-252310560) | [Wallpaper](https://pixabay.com/photo-869593/) | Font: Futura Bk bt</sub>

View File

@ -1,12 +1,6 @@
if !ENABLE_TRANSPARENCY
themedir = $(datadir)/themes/Arc-solid
themedarkerdir = $(datadir)/themes/Arc-Darker-solid
themedarkdir = $(datadir)/themes/Arc-Dark-solid
else
themedir = $(datadir)/themes/Arc
themedarkerdir = $(datadir)/themes/Arc-Darker
themedarkdir = $(datadir)/themes/Arc-Dark
endif
ithemedir = $(DESTDIR)$(themedir)
ithemedarkerdir = $(DESTDIR)$(themedarkerdir)
@ -35,8 +29,6 @@ endif # ENABLE_DARK
if ENABLE_CINNAMON
$(MKDIR_P) $(ithemedir)/cinnamon
cd $(srcdir)/cinnamon && cp thumbnail.png $(ithemedir)/cinnamon
cd $(srcdir)/cinnamon && cp -R \
common-assets \
light-assets \
@ -46,8 +38,6 @@ if ENABLE_CINNAMON
if ENABLE_DARK
$(MKDIR_P) $(ithemedarkdir)/cinnamon
cd $(srcdir)/cinnamon && cp thumbnail-dark.png $(ithemedarkdir)/cinnamon/thumbnail.png
cd $(srcdir)/cinnamon && cp -R \
common-assets \
dark-assets \
@ -138,8 +128,6 @@ if ENABLE_GTK3
if ENABLE_LIGHT
$(MKDIR_P) $(ithemedir)/gtk-3.0
cd $(srcdir)/gtk-3.0 && cp thumbnail.png $(ithemedir)/gtk-3.0
cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
assets \
gtk.css \
@ -150,8 +138,6 @@ endif # ENABLE_LIGHT
if ENABLE_DARKER
$(MKDIR_P) $(ithemedarkerdir)/gtk-3.0
cd $(srcdir)/gtk-3.0 && cp thumbnail.png $(ithemedarkerdir)/gtk-3.0
cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
assets \
gtk-dark.css \
@ -165,8 +151,6 @@ endif # ENABLE_DARKER
if ENABLE_DARK
$(MKDIR_P) $(ithemedarkdir)/gtk-3.0
cd $(srcdir)/gtk-3.0 && cp thumbnail-dark.png $(ithemedarkdir)/gtk-3.0/thumbnail.png
cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
assets \
$(ithemedarkdir)/gtk-3.0
@ -214,7 +198,7 @@ if ENABLE_METACITY
if ENABLE_LIGHT
cp -R $(srcdir)/metacity-1 $(ithemedir)
cd $(ithemedir)/metacity-1 && rm metacity-theme-1-dark.xml metacity-theme-2-dark.xml thumbnail-dark.png
cd $(ithemedir)/metacity-1 && rm metacity-theme-1-dark.xml metacity-theme-2-dark.xml
endif # ENABLE_LIGHT
if ENABLE_DARKER
@ -222,8 +206,7 @@ if ENABLE_DARKER
cd $(ithemedarkerdir)/metacity-1 && \
mv metacity-theme-1-dark.xml metacity-theme-1.xml && \
mv metacity-theme-2-dark.xml metacity-theme-2.xml && \
mv thumbnail-dark.png thumbnail.png
mv metacity-theme-2-dark.xml metacity-theme-2.xml
endif # ENABLE_DARKER
if ENABLE_DARK
@ -231,8 +214,7 @@ if ENABLE_DARK
cd $(ithemedarkdir)/metacity-1 && \
mv metacity-theme-1-dark.xml metacity-theme-1.xml && \
mv metacity-theme-2-dark.xml metacity-theme-2.xml && \
mv thumbnail-dark.png thumbnail.png
mv metacity-theme-2-dark.xml metacity-theme-2.xml
endif # ENABLE_DARK
endif # ENABLE_METACITY
@ -265,30 +247,24 @@ endif # ENABLE_DARK
endif # ENABLE_UNITY
if ENABLE_XFCE_NOTIFY
$(MKDIR_P) $(ithemedir)
cp -R $(srcdir)/xfce-notify-4.0 $(ithemedir)
endif # ENABLE_XFCE_NOTIFY
if ENABLE_XFWM
if ENABLE_LIGHT
$(MKDIR_P) $(ithemedir)/xfwm4
cd $(srcdir)/xfwm4 && \
cp -R assets/*.png $(ithemedir)/xfwm4 && \
cp themerc $(ithemedir)/xfwm4/themerc
cp -R $(srcdir)/xfwm4 $(ithemedir)
endif # ENABLE_LIGHT
if ENABLE_DARKER
$(MKDIR_P) $(ithemedarkerdir)/xfwm4
cd $(srcdir)/xfwm4 && \
cp -R assets-dark/*.png $(ithemedarkerdir)/xfwm4 && \
cp themerc-dark $(ithemedarkerdir)/xfwm4/themerc
cp -R $(srcdir)/xfwm4-dark $(ithemedarkerdir)/xfwm4
endif # ENABLE_DARKER
if ENABLE_DARK
$(MKDIR_P) $(ithemedarkdir)/xfwm4
cd $(srcdir)/xfwm4 && \
cp -R assets-dark/*.png $(ithemedarkdir)/xfwm4 && \
cp themerc-dark $(ithemedarkdir)/xfwm4/themerc
cp -R $(srcdir)/xfwm4-dark $(ithemedarkdir)/xfwm4
endif # ENABLE_DARK
endif # ENABLE_XFWM
@ -312,7 +288,9 @@ EXTRA_DIST = $(srcdir)/cinnamon \
$(srcdir)/gtk-3.0 \
$(srcdir)/metacity-1 \
$(srcdir)/unity \
$(srcdir)/xfce-notify-4.0 \
$(srcdir)/xfwm4 \
$(srcdir)/xfwm4-dark \
$(srcdir)/index.theme \
$(srcdir)/index.theme-darker \
$(srcdir)/index.theme-dark

16
common/cinnamon/README.md Normal file
View File

@ -0,0 +1,16 @@
This theme uses libsass/gulp to process the sass/*.scss. Never edit any of the .css files manually.
#### Editing the theme
* Install `nvm` (https://github.com/creationix/nvm)
* Run `nvm i` from the directory containing `.nvmrc`
* Run `npm i` from the directory containing `gulpfile.js`. It's the same directory as the one that contains `.nvmrc` in this case.
* Install `gulp` with `npm i -g gulp`
* Edit the sass/*.scss files
* Regenerate the .css files by executing `gulp` from the directory that contains `gulpfile.js`

View File

@ -1,3 +1,4 @@
@charset "UTF-8";
stage {
font-family: Futura Bk bt, sans, Sans-Serif;
font-size: 9pt;
@ -6,9 +7,7 @@ stage {
.label-shadow {
color: transparent; }
.menu #notification .notification-button, .menu #notification .notification-icon-button,
.popup-menu #notification .notification-button,
.popup-menu #notification .notification-icon-button, .sound-button {
.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .sound-button {
min-height: 20px;
padding: 5px 32px;
transition-duration: 0;
@ -17,59 +16,33 @@ stage {
background-color: #444a58;
border: 1px solid #2b2e39;
box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); }
.menu #notification .notification-button, .menu #notification .notification-icon-button,
.popup-menu #notification .notification-button,
.popup-menu #notification .notification-icon-button, .sound-button, .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus,
.popup-menu #notification .notification-button:focus,
.popup-menu #notification .notification-icon-button:focus, .sound-button:focus, .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover,
.popup-menu #notification .notification-button:hover,
.popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus,
.popup-menu #notification .notification-button:hover:focus,
.popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active,
.popup-menu #notification .notification-button:active,
.popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus,
.popup-menu #notification .notification-button:active:focus,
.popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus, .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive,
.popup-menu #notification .notification-button:insensitive,
.popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive {
.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .sound-button, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .sound-button:focus, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive {
border-radius: 2px; }
.menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus,
.popup-menu #notification .notification-button:focus,
.popup-menu #notification .notification-icon-button:focus, .sound-button:focus {
.popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .sound-button:focus {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #D3DAE3;
background-color: #444a58;
border: 1px solid #5294e2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); }
.menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover,
.popup-menu #notification .notification-button:hover,
.popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover {
.popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #D3DAE3;
background-color: #505666;
border: 1px solid #2b2e39;
box-shadow: inset 0 2px 4px rgba(80, 86, 102, 0.05); }
.menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus,
.popup-menu #notification .notification-button:hover:focus,
.popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus {
.popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #D3DAE3;
background-color: #444a58;
border: 1px solid #5294e2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); }
.menu #notification .notification-button:active, .menu #notification .notification-icon-button:active,
.popup-menu #notification .notification-button:active,
.popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus,
.popup-menu #notification .notification-button:active:focus,
.popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus {
.popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px #5294e2; }
.menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive,
.popup-menu #notification .notification-button:insensitive,
.popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive {
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
.popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: rgba(211, 218, 227, 0.45);
border: 1px solid rgba(43, 46, 57, 0.55);
@ -91,23 +64,22 @@ stage {
border: 1px solid rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus {
color: #5294e2; }
color: #5294E2; }
.notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
border: 1px solid #5294e2;
background-color: #5294e2; }
border: 1px solid #5294E2;
background-color: #5294E2; }
.notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #5d626e;
border: 1px solid rgba(26, 28, 34, 0.35);
background-color: rgba(102, 109, 132, 0.2); }
.menu #notification StEntry,
.popup-menu #notification StEntry, #menu-search-entry {
padding: 7px;
caret-size: 1px;
selection-background-color: #5294e2;
selection-background-color: #5294E2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -115,20 +87,16 @@ stage {
background-color: #404552;
border: 1px solid #2b2e39;
box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); }
.menu #notification StEntry:focus,
.popup-menu #notification StEntry:focus, #menu-search-entry:focus, .menu #notification StEntry:hover,
.popup-menu #notification StEntry:hover, #menu-search-entry:hover {
.popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover {
color: #D3DAE3;
background-color: #404552;
border: 1px solid #5294e2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); }
.menu #notification StEntry:insensitive,
.popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive {
color: rgba(211, 218, 227, 0.45);
background-color: #3c414e;
border-color: 1px solid #313440;
box-shadow: inset 0 2px 4px rgba(60, 65, 78, 0.05); }
.menu #notification StEntry StIcon.capslock-warning,
.popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning {
icon-size: 16px;
warning-color: #F27835;
@ -138,7 +106,7 @@ stage {
padding: 7px;
caret-size: 1px;
caret-color: #BAC3CF;
selection-background-color: #5294e2;
selection-background-color: #5294E2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -148,8 +116,8 @@ stage {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:focus {
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -179,7 +147,7 @@ StScrollBar {
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #676b78; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #5294e2; }
background-color: #5294E2; }
.separator {
-gradient-height: 1px;
@ -193,7 +161,7 @@ StScrollBar {
-slider-height: 4px;
-slider-background-color: #2b2e39;
-slider-border-color: transparent;
-slider-active-background-color: #5294e2;
-slider-active-background-color: #5294E2;
-slider-active-border-color: transparent;
-slider-border-width: 0;
-slider-handle-radius: 4px;
@ -203,10 +171,6 @@ StScrollBar {
border-right-width: 1px;
border-left-width: 5px;
color: transparent; }
.popup-menu-item:active .popup-slider-menu-item, .popup-menu-item:active
.slider {
-slider-background-color: rgba(0, 0, 0, 0.2);
-slider-active-background-color: #ffffff; }
.check-box CinnamonGenericContainer {
spacing: .2em;
@ -257,14 +221,11 @@ StScrollBar {
.toggle-switch {
width: 50px;
height: 20px;
background-size: contain;
background-image: url("dark-assets/switch/switch-off.svg"); }
.toggle-switch:checked {
background-image: url("dark-assets/switch/switch-on.svg"); }
.popup-menu-item:active .toggle-switch {
background-image: url("common-assets/switch/switch-off-selected.svg"); }
.popup-menu-item:active .toggle-switch:checked {
background-image: url("common-assets/switch/switch-on-selected.svg"); }
background-size: contain; }
.toggle-switch-us, .toggle-switch-intl {
background-image: url("dark-assets/switch/switch-off.svg"); }
.toggle-switch-us:checked, .toggle-switch-intl:checked {
background-image: url("dark-assets/switch/switch-on.svg"); }
.cinnamon-link {
color: #a9caf1;
@ -281,58 +242,41 @@ StScrollBar {
font-weight: normal;
text-align: center; }
.menu,
.popup-menu,
.popup-combo-menu {
.popup-menu {
color: white;
min-width: 200px;
color: #D3DAE3;
border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; }
.menu-arrow,
.popup-menu-arrow {
icon-size: 16px; }
.menu .popup-sub-menu,
.popup-menu .popup-sub-menu, .popup-combo-menu .popup-sub-menu {
.popup-menu .popup-sub-menu {
background-gradient-direction: none;
box-shadow: none;
border-image: url("dark-assets/menu/submenu.svg") 9 9 9 9; }
.menu .popup-sub-menu .popup-menu-item:ltr,
.popup-menu .popup-sub-menu .popup-menu-item:ltr, .popup-combo-menu .popup-sub-menu .popup-menu-item:ltr {
.popup-menu .popup-sub-menu .popup-menu-item:ltr {
padding-right: 0em; }
.menu .popup-sub-menu .popup-menu-item:rtl,
.popup-menu .popup-sub-menu .popup-menu-item:rtl, .popup-combo-menu .popup-sub-menu .popup-menu-item:rtl {
.popup-menu .popup-sub-menu .popup-menu-item:rtl {
padding-left: 0em; }
.menu .popup-sub-menu StScrollBar,
.popup-menu .popup-sub-menu StScrollBar, .popup-combo-menu .popup-sub-menu StScrollBar {
.popup-menu .popup-sub-menu StScrollBar {
padding: 4px; }
.menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle,
.popup-menu .popup-sub-menu StScrollBar StBin#trough,
.popup-menu .popup-sub-menu StScrollBar StBin#vhandle, .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle {
.popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle {
border-width: 0; }
.menu .popup-menu-content,
.popup-menu .popup-menu-content, .popup-combo-menu .popup-menu-content {
.popup-menu .popup-menu-content {
padding: 1em 0em 1em 0em; }
.menu .popup-menu-item,
.popup-menu .popup-menu-item, .popup-combo-menu .popup-menu-item {
padding: .4em 1.75em;
.popup-menu .popup-menu-item {
padding: 0.4em 1.75em;
spacing: 1em; }
.menu .popup-menu-item:active,
.popup-menu .popup-menu-item:active, .popup-combo-menu .popup-menu-item:active {
color: #ffffff;
.popup-menu .popup-menu-item:active {
color: #D3DAE3;
background-color: transparent;
border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; }
.menu .popup-menu-item:insensitive,
.popup-menu .popup-menu-item:insensitive, .popup-combo-menu .popup-menu-item:insensitive {
border-image: url("dark-assets/menu/menu-hover.svg") 9 9 1 1; }
.popup-menu .popup-menu-item:insensitive {
color: rgba(211, 218, 227, 0.5);
background: none; }
.menu .popup-inactive-menu-item,
.popup-menu .popup-inactive-menu-item, .popup-combo-menu .popup-inactive-menu-item {
.popup-menu .popup-inactive-menu-item {
color: #D3DAE3; }
.menu .popup-inactive-menu-item:insensitive,
.popup-menu .popup-inactive-menu-item:insensitive, .popup-combo-menu .popup-inactive-menu-item:insensitive {
.popup-menu .popup-inactive-menu-item:insensitive {
color: rgba(211, 218, 227, 0.45); }
.menu .popup-menu-item:active .popup-inactive-menu-item,
.popup-menu .popup-menu-item:active .popup-inactive-menu-item, .popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item {
color: #ffffff; }
.menu-icon,
.popup-menu-icon {
icon-size: 16px; }
@ -344,18 +288,23 @@ StScrollBar {
-arrow-base: 0;
-arrow-rise: 0; }
/*Don't know what this does*/
.popup-combo-menu {
padding: 10px 1px; }
background-color: rgba(0, 0, 0, 0.4);
padding: 1em 0em;
color: red;
border: 1px solid rgba(0, 0, 0, 0.6);
border-radius: 3px; }
.popup-combobox-item {
spacing: 1em; }
.popup-separator-menu-item {
-gradient-height: 2px;
-gradient-start: transparent;
-gradient-end: transparent;
-margin-horizontal: 1.5em;
height: 1em; }
height: 2px;
margin: 10px 0px;
background-color: transparent;
border: none;
border-image: url("common-assets/menu-separator.svg") 1 1 1 1; }
.popup-alternating-menu-item:alternate {
font-weight: normal; }
@ -371,43 +320,28 @@ StScrollBar {
#panel {
font-weight: bold;
height: 27px;
width: 32px; }
#panel:highlight {
border-image: none;
background-color: rgba(252, 65, 56, 0.5); }
height: 2.1em;
min-height: 27px; }
#panelLeft {
spacing: 4px; }
#panelLeft:dnd {
background-gradient-direction: vertical;
background-gradient-start: rgba(255, 0, 0, 0.05);
background-gradient-end: rgba(255, 0, 0, 0.2); }
#panelLeft:ltr {
#panelLeft:ltr · {
padding-right: 4px; }
#panelLeft:rtl {
#panelLeft:rtl · {
padding-left: 4px; }
#panelLeft.vertical {
padding: 0; }
#panelLeft.vertical:ltr {
padding-right: 0px; }
#panelLeft.vertical:rtl {
padding-left: 0px; }
#panelRight:dnd {
background-gradient-direction: vertical;
background-gradient-start: rgba(0, 0, 255, 0.05);
background-gradient-end: rgba(0, 0, 255, 0.2); }
#panelRight:ltr {
#panelRight:ltr · {
padding-left: 4px;
spacing: 0px; }
#panelRight:rtl {
#panelRight:rtl · {
padding-right: 4px;
spacing: 0px; }
#panelRight.vertical {
padding: 0; }
#panelRight.vertical:ltr {
padding-right: 0px; }
#panelRight.vertical:rtl {
padding-left: 0px; }
#panelCenter {
spacing: 4px; }
#panelCenter:dnd {
@ -415,8 +349,8 @@ StScrollBar {
background-gradient-start: rgba(0, 255, 0, 0.05);
background-gradient-end: rgba(0, 255, 0, 0.2); }
.panel-top, .panel-bottom, .panel-left, .panel-right {
color: white;
.panel-top, .panel-bottom {
color: #ffffff;
font-size: 1em;
padding: 0px; }
@ -426,19 +360,8 @@ StScrollBar {
.panel-bottom {
border-image: url("common-assets/panel/panel-bottom.svg") 1 1 1 1; }
.panel-left {
border-image: url("common-assets/panel/panel-left.svg") 1 1 1 1; }
.panel-right {
border-image: url("common-assets/panel/panel-right.svg") 1 1 1 1; }
.panel-dummy {
background-color: rgba(252, 65, 56, 0.5); }
.panel-dummy:entered {
background-color: rgba(252, 65, 56, 0.6); }
.panel-status-button {
border-width: 0;
border-widht: 0;
-natural-hpadding: 3px;
-minimum-hpadding: 3px;
font-weight: bold;
@ -469,9 +392,9 @@ StScrollBar {
padding: 5px 8px;
-cinnamon-caption-spacing: 4px; }
.window-caption#selected {
background-color: #5294e2;
background-color: #5294E2;
color: #ffffff;
border: 1px solid #5294e2;
border: 1px solid #5294E2;
spacing: 25px; }
.expo-workspaces-name-entry,
@ -487,20 +410,20 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.expo-workspaces-name-entry:focus,
.expo-workspaces-name-entry#selected:focus {
border: 1px solid #5294e2;
background-color: #5294e2;
border: 1px solid #5294E2;
background-color: #5294E2;
color: #ffffff;
font-style: italic;
transition-duration: 300;
selection-background-color: #ffffff;
selected-color: #5294e2; }
selected-color: #5294E2; }
.expo-workspace-thumbnail-frame {
border: 4px solid rgba(255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
border-radius: 2px; }
.expo-workspace-thumbnail-frame#active {
border: 4px solid #5294e2;
border: 4px solid #5294E2;
background-color: black;
border-radius: 2px; }
@ -591,7 +514,7 @@ StScrollBar {
color: #888; }
.calendar {
padding: .4em 1.75em;
padding: 0.4em 1.75em;
spacing-rows: 0px;
spacing-columns: 0px; }
@ -632,7 +555,7 @@ StScrollBar {
background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
.datemenu-date-label {
padding: .4em 1.75em;
padding: 0.4em 1.75em;
font-weight: bold;
text-align: center;
color: #D3DAE3;
@ -673,17 +596,13 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff;
background-color: #5294e2;
background-color: #5294E2;
border-width: 0; }
.calendar-other-month-day {
color: rgba(211, 218, 227, 0.3);
opacity: 1; }
.calendar-week-number {
color: rgba(211, 218, 227, 0.7);
font-size: 80%; }
#notification {
border-radius: 3px;
border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
@ -693,16 +612,10 @@ StScrollBar {
margin-from-right-edge-of-screen: 20px;
width: 34em;
color: #BAC3CF; }
.menu #notification,
.popup-menu #notification {
color: #D3DAE3;
border-image: url("dark-assets/misc/message.svg") 9 9 9 9; }
.menu #notification, .menu #notification.multi-line-notification,
.popup-menu #notification,
.popup-menu #notification.multi-line-notification {
color: #D3DAE3; }
.menu #notification .notification-button, .menu #notification .notification-icon-button,
.popup-menu #notification .notification-button,
.popup-menu #notification .notification-icon-button {
.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button {
padding: 5px; }
#notification.multi-line-notification {
padding-bottom: 13px;
@ -750,11 +663,11 @@ StScrollBar {
border-radius: 2px; }
.switcher-list .item-box:outlined {
padding: 8px;
border: 1px solid #5294e2; }
border: 1px solid #5294E2; }
.switcher-list .item-box:selected {
color: #ffffff;
background-color: #5294e2;
border: 0px solid #5294e2; }
background-color: #5294E2;
border: 0px solid #5294E2; }
.switcher-list .thumbnail {
width: 256px; }
.switcher-list .thumbnail-box {
@ -769,7 +682,7 @@ StScrollBar {
color: #BAC3CF; }
.switcher-arrow:highlighted {
border-color: transparent;
color: white; }
color: #ffffff; }
.thumbnail-scroll-gradient-left {
background-color: transparent;
@ -786,10 +699,12 @@ StScrollBar {
width: 60px; }
.ripple-box {
width: 104px;
height: 104px;
background-image: url("common-assets/misc/corner-ripple.svg");
width: 52px;
height: 52px;
background-image: url("common-assets/misc/corner-ripple-ltr.svg");
background-size: contain; }
.ripple-box:rtl {
background-image: url("common-assets/misc/corner-ripple-rtl.svg"); }
.lightbox {
background-color: rgba(0, 0, 0, 0.4); }
@ -841,15 +756,15 @@ StScrollBar {
border-radius: 3px;
caret-color: #BAC3CF;
selected-color: #ffffff;
selection-background-color: #5294e2;
selection-background-color: #5294E2;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
border: 1px solid rgba(26, 28, 34, 0.35);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog-entry:focus {
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog .modal-dialog-button-box {
border: none;
@ -944,8 +859,8 @@ StScrollBar {
.keyboard-key:active, .keyboard-key:checked {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
border: 1px solid #5294e2;
background-color: #5294e2; }
border: 1px solid #5294E2;
background-color: #5294E2; }
.keyboard-key:grayed {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #5d626e;
@ -985,7 +900,8 @@ StScrollBar {
.menu-categories-box {
padding: 10px 30px 10px 30px; }
.menu-applications-inner-box, .menu-applications-outer-box {
.menu-applications-inner-box,
.menu-applications-outer-box {
padding: 10px 10px 0 10px; }
.menu-application-button {
@ -1056,7 +972,7 @@ StScrollBar {
font-weight: bold;
spacing: 1em;
padding: 16px;
color: white;
color: #ffffff;
border-image: url("common-assets/misc/osd.svg") 9 9 9 9; }
.osd-window {
@ -1067,7 +983,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
color: white;
color: #ffffff;
background: none;
border: none;
border-radius: 5px;
@ -1079,7 +995,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
color: #5294e2; }
color: #5294E2; }
.window-list-box {
spacing: 6px;
@ -1088,11 +1004,6 @@ StScrollBar {
padding-top: 1px; }
.panel-top .window-list-box {
padding-bottom: 1px; }
.window-list-box.vertical {
spacing: 4px;
padding: 10px 0; }
.window-list-box:highlight {
background-color: rgba(252, 65, 56, 0.5); }
.window-list-item-label {
font-weight: bold;
@ -1102,26 +1013,24 @@ StScrollBar {
.window-list-item-box {
font-weight: bold;
background-image: none;
padding-top: 0;
padding-left: 8px;
padding-right: 8px;
transition-duration: 100;
color: rgba(255, 255, 255, 0.6); }
.window-list-item-box:hover {
color: white; }
.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus {
color: white; }
.panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:focus {
color: #ffffff; }
.window-list-item-box:active,
.window-list-item-box:checked,
.window-list-item-box:focus {
color: #ffffff; }
.panel-bottom .window-list-item-box:active,
.panel-bottom .window-list-item-box:checked,
.panel-bottom .window-list-item-box:focus {
border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; }
.panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus {
.panel-top .window-list-item-box:active,
.panel-top .window-list-item-box:checked,
.panel-top .window-list-item-box:focus {
border-image: url("common-assets/panel/window-list-active-top.svg") 3 3 3 1; }
.panel-left .window-list-item-box:active, .panel-left .window-list-item-box:checked, .panel-left .window-list-item-box:focus {
border-image: url("common-assets/panel/window-list-active-left.svg") 3 1 3 3; }
.panel-right .window-list-item-box:active, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:focus {
border-image: url("common-assets/panel/window-list-active-right.svg") 1 3 3 3; }
.window-list-item-box.right, .window-list-item-box.left {
padding-left: 0px;
padding-right: 0px; }
.window-list-item-demands-attention {
background-gradient-start: #F27835;
@ -1165,7 +1074,7 @@ StScrollBar {
width: 140px; }
.sound-volume-menu-item {
padding: .4em 1.75em; }
padding: 0.4em 1.75em; }
.sound-volume-menu-item StIcon {
icon-size: 1.14em;
padding-left: 8px;
@ -1213,9 +1122,9 @@ StScrollBar {
.sound-player-overlay StButton:active {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px #5294e2; }
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
.sound-player-overlay StBoxLayout {
padding-top: 2px; }
.sound-player .slider {
@ -1225,7 +1134,7 @@ StScrollBar {
-slider-height: 0.5em;
-slider-background-color: #2d303b;
-slider-border-color: transparent;
-slider-active-background-color: #5294e2;
-slider-active-background-color: #5294E2;
-slider-active-border-color: transparent;
-slider-border-width: 0px;
-slider-handle-radius: 0px; }
@ -1247,7 +1156,7 @@ StScrollBar {
padding-top: 4px;
transition-duration: 300; }
.workspace-button:outlined, .workspace-button:outlined:hover {
color: #5294e2; }
color: #5294E2; }
.workspace-button:hover {
color: rgba(82, 148, 226, 0.5); }
@ -1262,7 +1171,7 @@ StScrollBar {
background-color: rgba(0, 0, 0, 0.2); }
.workspace-graph .workspace:active {
border: 1px solid #5294e2;
border: 1px solid #5294E2;
background-gradient-direction: none; }
.workspace-graph .workspace .windows {
@ -1279,32 +1188,18 @@ StScrollBar {
#panel-launchers-box {
padding-left: 7px; }
#panel-launchers-box.vertical {
padding: 2px 0; }
.panel-launcher,
.launcher {
.panel-launcher {
margin: 1px;
padding: 1px;
transition-duration: 200; }
.panel-launcher:hover,
.launcher:hover {
.panel-launcher:hover {
background-gradient-direction: none;
border: 0px solid #5294e2; }
.panel-bottom .panel-launcher:hover, .panel-bottom
.launcher:hover {
border: 0px solid #5294E2; }
.panel-bottom .panel-launcher:hover {
border-bottom-width: 1px; }
.panel-top .panel-launcher:hover, .panel-top
.launcher:hover {
.panel-top .panel-launcher:hover {
border-top-width: 1px; }
.panel-left .panel-launcher:hover, .panel-left
.launcher:hover {
border-left-width: 1px;
padding-left: 0; }
.panel-right .panel-launcher:hover, .panel-right
.launcher:hover {
border-right-width: 1px;
padding-right: 0; }
#overview-corner {
background-image: url("common-assets/misc/overview.png"); }
@ -1321,28 +1216,22 @@ StScrollBar {
.applet-box {
padding-left: 3px;
padding-right: 3px;
color: white;
color: #ffffff;
text-shadow: none;
transition-duration: 100; }
.applet-box.vertical {
padding: 3px 0; }
.applet-box:hover {
color: #ffffff;
background-color: #5294e2; }
.applet-box:highlight {
background-image: none;
border-image: none;
background-color: rgba(252, 65, 56, 0.5); }
background-color: #5294E2; }
.applet-label {
font-weight: bold;
color: white; }
color: #ffffff; }
.applet-label:hover, .applet-box:hover > .applet-label {
color: #ffffff;
text-shadow: none; }
.applet-icon {
color: white;
color: #ffffff;
icon-size: 22px; }
.applet-icon:hover, .applet-box:hover > .applet-icon {
color: #ffffff;
@ -1363,15 +1252,11 @@ StScrollBar {
.desklet {
color: #BAC3CF; }
.desklet:highlight {
background-color: rgba(252, 65, 56, 0.5); }
.desklet-with-borders {
border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
color: #BAC3CF;
padding: 12px;
padding-bottom: 16px; }
.desklet-with-borders:highlight {
background-color: rgba(252, 65, 56, 0.5); }
.desklet-with-borders-and-header {
border-image: url("common-assets/misc/desklet.svg") 9 9 9 9;
color: #BAC3CF;
@ -1380,8 +1265,6 @@ StScrollBar {
border-radius-topright: 0;
padding: 12px;
padding-bottom: 17px; }
.desklet-with-borders-and-header:highlight {
background-color: rgba(252, 65, 56, 0.5); }
.desklet-header {
border-image: url("common-assets/misc/desklet-header.svg") 9 9 9 9;
color: #BAC3CF;
@ -1389,7 +1272,7 @@ StScrollBar {
padding: 12px;
padding-bottom: 6px; }
.desklet-drag-placeholder {
border: 2px solid #5294e2;
border: 2px solid #5294E2;
background-color: rgba(82, 148, 226, 0.3); }
.photoframe-box {
@ -1406,7 +1289,7 @@ StScrollBar {
font-size: 48pt; }
.notification-applet-padding {
padding: .5em 1em; }
padding: 0.5em 1em; }
.notification-applet-container {
max-height: 100px; }
@ -1414,7 +1297,7 @@ StScrollBar {
.tile-preview, .tile-preview.snap,
.tile-hud, .tile-hud.snap {
background-color: rgba(82, 148, 226, 0.3);
border: 1px solid #5294e2; }
border: 1px solid #5294E2; }
.xkcd-box {
padding: 6px;

View File

@ -1,3 +1,4 @@
@charset "UTF-8";
stage {
font-family: Futura Bk bt, sans, Sans-Serif;
font-size: 9pt;
@ -6,9 +7,7 @@ stage {
.label-shadow {
color: transparent; }
.menu #notification .notification-button, .menu #notification .notification-icon-button,
.popup-menu #notification .notification-button,
.popup-menu #notification .notification-icon-button, .sound-button {
.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .sound-button {
min-height: 20px;
padding: 5px 32px;
transition-duration: 0;
@ -17,59 +16,33 @@ stage {
background-color: #fbfbfc;
border: 1px solid #cfd6e6;
box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); }
.menu #notification .notification-button, .menu #notification .notification-icon-button,
.popup-menu #notification .notification-button,
.popup-menu #notification .notification-icon-button, .sound-button, .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus,
.popup-menu #notification .notification-button:focus,
.popup-menu #notification .notification-icon-button:focus, .sound-button:focus, .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover,
.popup-menu #notification .notification-button:hover,
.popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus,
.popup-menu #notification .notification-button:hover:focus,
.popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active,
.popup-menu #notification .notification-button:active,
.popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus,
.popup-menu #notification .notification-button:active:focus,
.popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus, .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive,
.popup-menu #notification .notification-button:insensitive,
.popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive {
.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .sound-button, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .sound-button:focus, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive {
border-radius: 2px; }
.menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus,
.popup-menu #notification .notification-button:focus,
.popup-menu #notification .notification-icon-button:focus, .sound-button:focus {
.popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .sound-button:focus {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5c616c;
background-color: #fbfbfc;
border: 1px solid #5294e2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); }
.menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover,
.popup-menu #notification .notification-button:hover,
.popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover {
.popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5c616c;
background-color: white;
border: 1px solid #cfd6e6;
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
.menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus,
.popup-menu #notification .notification-button:hover:focus,
.popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus {
.popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5c616c;
background-color: #fbfbfc;
border: 1px solid #5294e2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); }
.menu #notification .notification-button:active, .menu #notification .notification-icon-button:active,
.popup-menu #notification .notification-button:active,
.popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus,
.popup-menu #notification .notification-button:active:focus,
.popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus {
.popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px #5294e2; }
.menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive,
.popup-menu #notification .notification-button:insensitive,
.popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive {
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
.popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: rgba(92, 97, 108, 0.55);
border: 1px solid rgba(207, 214, 230, 0.55);
@ -91,23 +64,22 @@ stage {
border: 1px solid rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus {
color: #5294e2; }
color: #5294E2; }
.notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
border: 1px solid #5294e2;
background-color: #5294e2; }
border: 1px solid #5294E2;
background-color: #5294E2; }
.notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5d626e;
border: 1px solid rgba(26, 28, 34, 0.35);
background-color: rgba(102, 109, 132, 0.2); }
.menu #notification StEntry,
.popup-menu #notification StEntry, #menu-search-entry {
padding: 7px;
caret-size: 1px;
selection-background-color: #5294e2;
selection-background-color: #5294E2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -115,20 +87,16 @@ stage {
background-color: #ffffff;
border: 1px solid #cfd6e6;
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
.menu #notification StEntry:focus,
.popup-menu #notification StEntry:focus, #menu-search-entry:focus, .menu #notification StEntry:hover,
.popup-menu #notification StEntry:hover, #menu-search-entry:hover {
.popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover {
color: #5c616c;
background-color: #ffffff;
border: 1px solid #5294e2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
.menu #notification StEntry:insensitive,
.popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive {
color: rgba(92, 97, 108, 0.55);
background-color: #fbfbfb;
border-color: 1px solid #e0e4ee;
box-shadow: inset 0 2px 4px rgba(251, 251, 251, 0.05); }
.menu #notification StEntry StIcon.capslock-warning,
.popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning {
icon-size: 16px;
warning-color: #F27835;
@ -138,7 +106,7 @@ stage {
padding: 7px;
caret-size: 1px;
caret-color: #BAC3CF;
selection-background-color: #5294e2;
selection-background-color: #5294E2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -148,8 +116,8 @@ stage {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:focus {
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -179,7 +147,7 @@ StScrollBar {
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #c7c9cd; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #5294e2; }
background-color: #5294E2; }
.separator {
-gradient-height: 1px;
@ -193,7 +161,7 @@ StScrollBar {
-slider-height: 4px;
-slider-background-color: #cfd6e6;
-slider-border-color: transparent;
-slider-active-background-color: #5294e2;
-slider-active-background-color: #5294E2;
-slider-active-border-color: transparent;
-slider-border-width: 0;
-slider-handle-radius: 4px;
@ -203,10 +171,6 @@ StScrollBar {
border-right-width: 1px;
border-left-width: 5px;
color: transparent; }
.popup-menu-item:active .popup-slider-menu-item, .popup-menu-item:active
.slider {
-slider-background-color: rgba(0, 0, 0, 0.2);
-slider-active-background-color: #ffffff; }
.check-box CinnamonGenericContainer {
spacing: .2em;
@ -257,14 +221,11 @@ StScrollBar {
.toggle-switch {
width: 50px;
height: 20px;
background-size: contain;
background-image: url("light-assets/switch/switch-off.svg"); }
.toggle-switch:checked {
background-image: url("light-assets/switch/switch-on.svg"); }
.popup-menu-item:active .toggle-switch {
background-image: url("common-assets/switch/switch-off-selected.svg"); }
.popup-menu-item:active .toggle-switch:checked {
background-image: url("common-assets/switch/switch-on-selected.svg"); }
background-size: contain; }
.toggle-switch-us, .toggle-switch-intl {
background-image: url("light-assets/switch/switch-off.svg"); }
.toggle-switch-us:checked, .toggle-switch-intl:checked {
background-image: url("light-assets/switch/switch-on.svg"); }
.cinnamon-link {
color: #2679db;
@ -281,58 +242,41 @@ StScrollBar {
font-weight: normal;
text-align: center; }
.menu,
.popup-menu,
.popup-combo-menu {
.popup-menu {
color: white;
min-width: 200px;
color: #5c616c;
border-image: url("light-assets/menu/menu.svg") 9 9 9 9; }
.menu-arrow,
.popup-menu-arrow {
icon-size: 16px; }
.menu .popup-sub-menu,
.popup-menu .popup-sub-menu, .popup-combo-menu .popup-sub-menu {
.popup-menu .popup-sub-menu {
background-gradient-direction: none;
box-shadow: none;
border-image: url("light-assets/menu/submenu.svg") 9 9 9 9; }
.menu .popup-sub-menu .popup-menu-item:ltr,
.popup-menu .popup-sub-menu .popup-menu-item:ltr, .popup-combo-menu .popup-sub-menu .popup-menu-item:ltr {
.popup-menu .popup-sub-menu .popup-menu-item:ltr {
padding-right: 0em; }
.menu .popup-sub-menu .popup-menu-item:rtl,
.popup-menu .popup-sub-menu .popup-menu-item:rtl, .popup-combo-menu .popup-sub-menu .popup-menu-item:rtl {
.popup-menu .popup-sub-menu .popup-menu-item:rtl {
padding-left: 0em; }
.menu .popup-sub-menu StScrollBar,
.popup-menu .popup-sub-menu StScrollBar, .popup-combo-menu .popup-sub-menu StScrollBar {
.popup-menu .popup-sub-menu StScrollBar {
padding: 4px; }
.menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle,
.popup-menu .popup-sub-menu StScrollBar StBin#trough,
.popup-menu .popup-sub-menu StScrollBar StBin#vhandle, .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle {
.popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle {
border-width: 0; }
.menu .popup-menu-content,
.popup-menu .popup-menu-content, .popup-combo-menu .popup-menu-content {
.popup-menu .popup-menu-content {
padding: 1em 0em 1em 0em; }
.menu .popup-menu-item,
.popup-menu .popup-menu-item, .popup-combo-menu .popup-menu-item {
padding: .4em 1.75em;
.popup-menu .popup-menu-item {
padding: 0.4em 1.75em;
spacing: 1em; }
.menu .popup-menu-item:active,
.popup-menu .popup-menu-item:active, .popup-combo-menu .popup-menu-item:active {
color: #ffffff;
.popup-menu .popup-menu-item:active {
color: #5c616c;
background-color: transparent;
border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; }
.menu .popup-menu-item:insensitive,
.popup-menu .popup-menu-item:insensitive, .popup-combo-menu .popup-menu-item:insensitive {
border-image: url("light-assets/menu/menu-hover.svg") 9 9 1 1; }
.popup-menu .popup-menu-item:insensitive {
color: rgba(92, 97, 108, 0.5);
background: none; }
.menu .popup-inactive-menu-item,
.popup-menu .popup-inactive-menu-item, .popup-combo-menu .popup-inactive-menu-item {
.popup-menu .popup-inactive-menu-item {
color: #5c616c; }
.menu .popup-inactive-menu-item:insensitive,
.popup-menu .popup-inactive-menu-item:insensitive, .popup-combo-menu .popup-inactive-menu-item:insensitive {
.popup-menu .popup-inactive-menu-item:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .popup-menu-item:active .popup-inactive-menu-item,
.popup-menu .popup-menu-item:active .popup-inactive-menu-item, .popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item {
color: #ffffff; }
.menu-icon,
.popup-menu-icon {
icon-size: 16px; }
@ -344,18 +288,23 @@ StScrollBar {
-arrow-base: 0;
-arrow-rise: 0; }
/*Don't know what this does*/
.popup-combo-menu {
padding: 10px 1px; }
background-color: rgba(0, 0, 0, 0.4);
padding: 1em 0em;
color: red;
border: 1px solid rgba(0, 0, 0, 0.6);
border-radius: 3px; }
.popup-combobox-item {
spacing: 1em; }
.popup-separator-menu-item {
-gradient-height: 2px;
-gradient-start: transparent;
-gradient-end: transparent;
-margin-horizontal: 1.5em;
height: 1em; }
height: 2px;
margin: 10px 0px;
background-color: transparent;
border: none;
border-image: url("common-assets/menu-separator.svg") 1 1 1 1; }
.popup-alternating-menu-item:alternate {
font-weight: normal; }
@ -371,43 +320,28 @@ StScrollBar {
#panel {
font-weight: bold;
height: 27px;
width: 32px; }
#panel:highlight {
border-image: none;
background-color: rgba(252, 65, 56, 0.5); }
height: 2.1em;
min-height: 27px; }
#panelLeft {
spacing: 4px; }
#panelLeft:dnd {
background-gradient-direction: vertical;
background-gradient-start: rgba(255, 0, 0, 0.05);
background-gradient-end: rgba(255, 0, 0, 0.2); }
#panelLeft:ltr {
#panelLeft:ltr · {
padding-right: 4px; }
#panelLeft:rtl {
#panelLeft:rtl · {
padding-left: 4px; }
#panelLeft.vertical {
padding: 0; }
#panelLeft.vertical:ltr {
padding-right: 0px; }
#panelLeft.vertical:rtl {
padding-left: 0px; }
#panelRight:dnd {
background-gradient-direction: vertical;
background-gradient-start: rgba(0, 0, 255, 0.05);
background-gradient-end: rgba(0, 0, 255, 0.2); }
#panelRight:ltr {
#panelRight:ltr · {
padding-left: 4px;
spacing: 0px; }
#panelRight:rtl {
#panelRight:rtl · {
padding-right: 4px;
spacing: 0px; }
#panelRight.vertical {
padding: 0; }
#panelRight.vertical:ltr {
padding-right: 0px; }
#panelRight.vertical:rtl {
padding-left: 0px; }
#panelCenter {
spacing: 4px; }
#panelCenter:dnd {
@ -415,8 +349,8 @@ StScrollBar {
background-gradient-start: rgba(0, 255, 0, 0.05);
background-gradient-end: rgba(0, 255, 0, 0.2); }
.panel-top, .panel-bottom, .panel-left, .panel-right {
color: white;
.panel-top, .panel-bottom {
color: #ffffff;
font-size: 1em;
padding: 0px; }
@ -426,19 +360,8 @@ StScrollBar {
.panel-bottom {
border-image: url("common-assets/panel/panel-bottom.svg") 1 1 1 1; }
.panel-left {
border-image: url("common-assets/panel/panel-left.svg") 1 1 1 1; }
.panel-right {
border-image: url("common-assets/panel/panel-right.svg") 1 1 1 1; }
.panel-dummy {
background-color: rgba(252, 65, 56, 0.5); }
.panel-dummy:entered {
background-color: rgba(252, 65, 56, 0.6); }
.panel-status-button {
border-width: 0;
border-widht: 0;
-natural-hpadding: 3px;
-minimum-hpadding: 3px;
font-weight: bold;
@ -469,9 +392,9 @@ StScrollBar {
padding: 5px 8px;
-cinnamon-caption-spacing: 4px; }
.window-caption#selected {
background-color: #5294e2;
background-color: #5294E2;
color: #ffffff;
border: 1px solid #5294e2;
border: 1px solid #5294E2;
spacing: 25px; }
.expo-workspaces-name-entry,
@ -487,20 +410,20 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.expo-workspaces-name-entry:focus,
.expo-workspaces-name-entry#selected:focus {
border: 1px solid #5294e2;
background-color: #5294e2;
border: 1px solid #5294E2;
background-color: #5294E2;
color: #ffffff;
font-style: italic;
transition-duration: 300;
selection-background-color: #ffffff;
selected-color: #5294e2; }
selected-color: #5294E2; }
.expo-workspace-thumbnail-frame {
border: 4px solid rgba(255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
border-radius: 2px; }
.expo-workspace-thumbnail-frame#active {
border: 4px solid #5294e2;
border: 4px solid #5294E2;
background-color: black;
border-radius: 2px; }
@ -571,7 +494,7 @@ StScrollBar {
padding-bottom: 14px; }
.about-scrollBox {
border: 1px solid #dcdfe3;
border: 1px solid #dbdfe3;
border-radius: 2px;
background-color: #ffffff;
padding: 4px;
@ -591,7 +514,7 @@ StScrollBar {
color: #888; }
.calendar {
padding: .4em 1.75em;
padding: 0.4em 1.75em;
spacing-rows: 0px;
spacing-columns: 0px; }
@ -632,7 +555,7 @@ StScrollBar {
background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
.datemenu-date-label {
padding: .4em 1.75em;
padding: 0.4em 1.75em;
font-weight: bold;
text-align: center;
color: #5c616c;
@ -673,17 +596,13 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff;
background-color: #5294e2;
background-color: #5294E2;
border-width: 0; }
.calendar-other-month-day {
color: rgba(92, 97, 108, 0.3);
opacity: 1; }
.calendar-week-number {
color: rgba(92, 97, 108, 0.7);
font-size: 80%; }
#notification {
border-radius: 3px;
border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
@ -693,16 +612,10 @@ StScrollBar {
margin-from-right-edge-of-screen: 20px;
width: 34em;
color: #BAC3CF; }
.menu #notification,
.popup-menu #notification {
color: #5c616c;
border-image: url("light-assets/misc/message.svg") 9 9 9 9; }
.menu #notification, .menu #notification.multi-line-notification,
.popup-menu #notification,
.popup-menu #notification.multi-line-notification {
color: #5c616c; }
.menu #notification .notification-button, .menu #notification .notification-icon-button,
.popup-menu #notification .notification-button,
.popup-menu #notification .notification-icon-button {
.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button {
padding: 5px; }
#notification.multi-line-notification {
padding-bottom: 13px;
@ -750,11 +663,11 @@ StScrollBar {
border-radius: 2px; }
.switcher-list .item-box:outlined {
padding: 8px;
border: 1px solid #5294e2; }
border: 1px solid #5294E2; }
.switcher-list .item-box:selected {
color: #ffffff;
background-color: #5294e2;
border: 0px solid #5294e2; }
background-color: #5294E2;
border: 0px solid #5294E2; }
.switcher-list .thumbnail {
width: 256px; }
.switcher-list .thumbnail-box {
@ -769,7 +682,7 @@ StScrollBar {
color: #BAC3CF; }
.switcher-arrow:highlighted {
border-color: transparent;
color: white; }
color: #ffffff; }
.thumbnail-scroll-gradient-left {
background-color: transparent;
@ -786,10 +699,12 @@ StScrollBar {
width: 60px; }
.ripple-box {
width: 104px;
height: 104px;
background-image: url("common-assets/misc/corner-ripple.svg");
width: 52px;
height: 52px;
background-image: url("common-assets/misc/corner-ripple-ltr.svg");
background-size: contain; }
.ripple-box:rtl {
background-image: url("common-assets/misc/corner-ripple-rtl.svg"); }
.lightbox {
background-color: rgba(0, 0, 0, 0.4); }
@ -841,15 +756,15 @@ StScrollBar {
border-radius: 3px;
caret-color: #BAC3CF;
selected-color: #ffffff;
selection-background-color: #5294e2;
selection-background-color: #5294E2;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
border: 1px solid rgba(26, 28, 34, 0.35);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog-entry:focus {
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog .modal-dialog-button-box {
border: none;
@ -944,8 +859,8 @@ StScrollBar {
.keyboard-key:active, .keyboard-key:checked {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
border: 1px solid #5294e2;
background-color: #5294e2; }
border: 1px solid #5294E2;
background-color: #5294E2; }
.keyboard-key:grayed {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5d626e;
@ -968,7 +883,7 @@ StScrollBar {
padding: 10px;
transition-duration: 300;
background-color: #F5F6F7;
border: 1px solid #dcdfe3; }
border: 1px solid #dbdfe3; }
.menu-favorites-button {
padding: 10px;
@ -985,7 +900,8 @@ StScrollBar {
.menu-categories-box {
padding: 10px 30px 10px 30px; }
.menu-applications-inner-box, .menu-applications-outer-box {
.menu-applications-inner-box,
.menu-applications-outer-box {
padding: 10px 10px 0 10px; }
.menu-application-button {
@ -1056,7 +972,7 @@ StScrollBar {
font-weight: bold;
spacing: 1em;
padding: 16px;
color: white;
color: #ffffff;
border-image: url("common-assets/misc/osd.svg") 9 9 9 9; }
.osd-window {
@ -1067,7 +983,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
color: white;
color: #ffffff;
background: none;
border: none;
border-radius: 5px;
@ -1079,7 +995,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
color: #5294e2; }
color: #5294E2; }
.window-list-box {
spacing: 6px;
@ -1088,11 +1004,6 @@ StScrollBar {
padding-top: 1px; }
.panel-top .window-list-box {
padding-bottom: 1px; }
.window-list-box.vertical {
spacing: 4px;
padding: 10px 0; }
.window-list-box:highlight {
background-color: rgba(252, 65, 56, 0.5); }
.window-list-item-label {
font-weight: bold;
@ -1102,26 +1013,24 @@ StScrollBar {
.window-list-item-box {
font-weight: bold;
background-image: none;
padding-top: 0;
padding-left: 8px;
padding-right: 8px;
transition-duration: 100;
color: rgba(255, 255, 255, 0.6); }
.window-list-item-box:hover {
color: white; }
.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus {
color: white; }
.panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:focus {
color: #ffffff; }
.window-list-item-box:active,
.window-list-item-box:checked,
.window-list-item-box:focus {
color: #ffffff; }
.panel-bottom .window-list-item-box:active,
.panel-bottom .window-list-item-box:checked,
.panel-bottom .window-list-item-box:focus {
border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; }
.panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus {
.panel-top .window-list-item-box:active,
.panel-top .window-list-item-box:checked,
.panel-top .window-list-item-box:focus {
border-image: url("common-assets/panel/window-list-active-top.svg") 3 3 3 1; }
.panel-left .window-list-item-box:active, .panel-left .window-list-item-box:checked, .panel-left .window-list-item-box:focus {
border-image: url("common-assets/panel/window-list-active-left.svg") 3 1 3 3; }
.panel-right .window-list-item-box:active, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:focus {
border-image: url("common-assets/panel/window-list-active-right.svg") 1 3 3 3; }
.window-list-item-box.right, .window-list-item-box.left {
padding-left: 0px;
padding-right: 0px; }
.window-list-item-demands-attention {
background-gradient-start: #F27835;
@ -1165,7 +1074,7 @@ StScrollBar {
width: 140px; }
.sound-volume-menu-item {
padding: .4em 1.75em; }
padding: 0.4em 1.75em; }
.sound-volume-menu-item StIcon {
icon-size: 1.14em;
padding-left: 8px;
@ -1213,9 +1122,9 @@ StScrollBar {
.sound-player-overlay StButton:active {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px #5294e2; }
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
.sound-player-overlay StBoxLayout {
padding-top: 2px; }
.sound-player .slider {
@ -1225,7 +1134,7 @@ StScrollBar {
-slider-height: 0.5em;
-slider-background-color: #cfd6e6;
-slider-border-color: transparent;
-slider-active-background-color: #5294e2;
-slider-active-background-color: #5294E2;
-slider-active-border-color: transparent;
-slider-border-width: 0px;
-slider-handle-radius: 0px; }
@ -1247,7 +1156,7 @@ StScrollBar {
padding-top: 4px;
transition-duration: 300; }
.workspace-button:outlined, .workspace-button:outlined:hover {
color: #5294e2; }
color: #5294E2; }
.workspace-button:hover {
color: rgba(82, 148, 226, 0.5); }
@ -1262,7 +1171,7 @@ StScrollBar {
background-color: rgba(0, 0, 0, 0.2); }
.workspace-graph .workspace:active {
border: 1px solid #5294e2;
border: 1px solid #5294E2;
background-gradient-direction: none; }
.workspace-graph .workspace .windows {
@ -1279,32 +1188,18 @@ StScrollBar {
#panel-launchers-box {
padding-left: 7px; }
#panel-launchers-box.vertical {
padding: 2px 0; }
.panel-launcher,
.launcher {
.panel-launcher {
margin: 1px;
padding: 1px;
transition-duration: 200; }
.panel-launcher:hover,
.launcher:hover {
.panel-launcher:hover {
background-gradient-direction: none;
border: 0px solid #5294e2; }
.panel-bottom .panel-launcher:hover, .panel-bottom
.launcher:hover {
border: 0px solid #5294E2; }
.panel-bottom .panel-launcher:hover {
border-bottom-width: 1px; }
.panel-top .panel-launcher:hover, .panel-top
.launcher:hover {
.panel-top .panel-launcher:hover {
border-top-width: 1px; }
.panel-left .panel-launcher:hover, .panel-left
.launcher:hover {
border-left-width: 1px;
padding-left: 0; }
.panel-right .panel-launcher:hover, .panel-right
.launcher:hover {
border-right-width: 1px;
padding-right: 0; }
#overview-corner {
background-image: url("common-assets/misc/overview.png"); }
@ -1321,28 +1216,22 @@ StScrollBar {
.applet-box {
padding-left: 3px;
padding-right: 3px;
color: white;
color: #ffffff;
text-shadow: none;
transition-duration: 100; }
.applet-box.vertical {
padding: 3px 0; }
.applet-box:hover {
color: #ffffff;
background-color: #5294e2; }
.applet-box:highlight {
background-image: none;
border-image: none;
background-color: rgba(252, 65, 56, 0.5); }
background-color: #5294E2; }
.applet-label {
font-weight: bold;
color: white; }
color: #ffffff; }
.applet-label:hover, .applet-box:hover > .applet-label {
color: #ffffff;
text-shadow: none; }
.applet-icon {
color: white;
color: #ffffff;
icon-size: 22px; }
.applet-icon:hover, .applet-box:hover > .applet-icon {
color: #ffffff;
@ -1363,15 +1252,11 @@ StScrollBar {
.desklet {
color: #BAC3CF; }
.desklet:highlight {
background-color: rgba(252, 65, 56, 0.5); }
.desklet-with-borders {
border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
color: #BAC3CF;
padding: 12px;
padding-bottom: 16px; }
.desklet-with-borders:highlight {
background-color: rgba(252, 65, 56, 0.5); }
.desklet-with-borders-and-header {
border-image: url("common-assets/misc/desklet.svg") 9 9 9 9;
color: #BAC3CF;
@ -1380,8 +1265,6 @@ StScrollBar {
border-radius-topright: 0;
padding: 12px;
padding-bottom: 17px; }
.desklet-with-borders-and-header:highlight {
background-color: rgba(252, 65, 56, 0.5); }
.desklet-header {
border-image: url("common-assets/misc/desklet-header.svg") 9 9 9 9;
color: #BAC3CF;
@ -1389,7 +1272,7 @@ StScrollBar {
padding: 12px;
padding-bottom: 6px; }
.desklet-drag-placeholder {
border: 2px solid #5294e2;
border: 2px solid #5294E2;
background-color: rgba(82, 148, 226, 0.3); }
.photoframe-box {
@ -1406,7 +1289,7 @@ StScrollBar {
font-size: 48pt; }
.notification-applet-padding {
padding: .5em 1em; }
padding: 0.5em 1em; }
.notification-applet-container {
max-height: 100px; }
@ -1414,7 +1297,7 @@ StScrollBar {
.tile-preview, .tile-preview.snap,
.tile-hud, .tile-hud.snap {
background-color: rgba(82, 148, 226, 0.3);
border: 1px solid #5294e2; }
border: 1px solid #5294E2; }
.xkcd-box {
padding: 6px;

View File

@ -2,13 +2,11 @@
<!-- 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="35"
@ -18,42 +16,7 @@
inkscape:version="0.91 r13725"
sodipodi:docname="add-workspace-active.svg">
<defs
id="defs4">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4144" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4146"
x1="19.500005"
y1="853.36218"
x2="19.500005"
y2="1051.3622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4149"
x1="18.000003"
y1="944.36218"
x2="18.000003"
y2="960.36218"
gradientUnits="userSpaceOnUse" />
</defs>
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -62,8 +25,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="8"
inkscape:cx="1.6114609"
inkscape:cy="95.511861"
inkscape:cx="-12.039549"
inkscape:cy="88.924726"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -102,7 +65,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -112,7 +75,7 @@
id="layer1"
transform="translate(0,-852.36218)">
<path
style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z "
transform="translate(0,852.36218)"
id="rect3810" />
@ -122,7 +85,7 @@
style="fill:#000000;fill-opacity:1;opacity:0.5" />
<rect
rx="2"
style="opacity:1;fill:url(#linearGradient4146);fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect3812"
width="37"
height="198"
@ -131,7 +94,7 @@
ry="2" />
<g
id="g3917"
style="fill:url(#linearGradient4149);fill-opacity:1">
style="fill:#ffffff;fill-opacity:1">
<rect
ry="1.1428567"
y="944.36218"
@ -139,7 +102,7 @@
height="15.999994"
width="2.0000002"
id="rect3897"
style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
<rect
transform="matrix(0,1,-1,0,0,0)"
ry="1.1428567"
@ -148,7 +111,7 @@
height="15.999994"
width="2.0000002"
id="rect3897-6"
style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -35,8 +33,8 @@
bordercolor="#666666"
borderopacity="1"
inkscape:current-layer="layer12"
inkscape:cx="6.1613659"
inkscape:cy="7.9323223"
inkscape:cx="14.072123"
inkscape:cy="8.0207106"
gridtolerance="10"
inkscape:guide-bbox="true"
guidetolerance="10"
@ -94,25 +92,7 @@
<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="stop4147" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="108.00018"
y1="751"
x2="108.00018"
y2="758.99959"
gradientUnits="userSpaceOnUse" />
</defs>
id="defs7386" />
<g
inkscape:groupmode="layer"
id="layer9"
@ -164,7 +144,7 @@
style="display:inline"
transform="translate(-100.0002,-747)">
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;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;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4149);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;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;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
d="m 109.82336,751.00006 a 0.67182557,0.66502524 0 0 0 -0.10367,0.009 0.67182557,0.66502524 0 0 0 -0.39887,0.18702 l -3.35878,3.32479 -0.46184,0.47795 0.46184,0.47792 3.35878,3.32481 a 0.68281953,0.67590797 0 0 0 0.698,0.16363 c 0.0374,0.0143 0.0779,0.0233 0.1207,0.0233 0.18608,0 0.33589,-0.14829 0.33589,-0.33248 0,-0.0423 -0.009,-0.0823 -0.0236,-0.11948 a 0.68281953,0.67590797 0 0 0 -0.16531,-0.69094 l -2.876,-2.84689 2.87597,-2.84686 a 0.67182557,0.66502524 0 0 0 0.17056,-0.72082 c 0.008,-0.0292 0.0185,-0.058 0.0185,-0.0896 0,-0.18421 -0.14978,-0.33249 -0.33587,-0.33249 -0.0395,0 -0.0765,0.01 -0.11152,0.022 A 0.67182557,0.66502524 0 0 0 109.82334,751 Z"
id="path6040"
inkscape:connector-curvature="0" />

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -35,8 +33,8 @@
bordercolor="#666666"
borderopacity="1"
inkscape:current-layer="layer12"
inkscape:cx="6.1613659"
inkscape:cy="7.9323223"
inkscape:cx="14.072123"
inkscape:cy="8.0207106"
gridtolerance="10"
inkscape:guide-bbox="true"
guidetolerance="10"
@ -94,25 +92,7 @@
<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="stop4147" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="108.00017"
y1="751"
x2="108.00017"
y2="758.99959"
gradientUnits="userSpaceOnUse" />
</defs>
id="defs7386" />
<g
inkscape:groupmode="layer"
id="layer9"
@ -164,7 +144,7 @@
style="display:inline"
transform="translate(-100.0002,-747)">
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;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;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4149);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;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;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
d="m 106.17699,751.00006 a 0.67182557,0.66502524 0 0 1 0.10367,0.009 0.67182557,0.66502524 0 0 1 0.39887,0.18702 l 3.35878,3.32479 0.46184,0.47795 -0.46184,0.47792 -3.35878,3.32481 a 0.68281953,0.67590797 0 0 1 -0.698,0.16363 c -0.0374,0.0143 -0.0779,0.0233 -0.1207,0.0233 -0.18608,0 -0.33589,-0.14829 -0.33589,-0.33248 0,-0.0423 0.009,-0.0823 0.0236,-0.11948 a 0.68281953,0.67590797 0 0 1 0.16531,-0.69094 l 2.876,-2.84689 -2.87597,-2.84686 a 0.67182557,0.66502524 0 0 1 -0.17056,-0.72082 c -0.008,-0.0292 -0.0185,-0.058 -0.0185,-0.0896 0,-0.18421 0.14978,-0.33249 0.33587,-0.33249 0.0395,0 0.0765,0.01 0.11152,0.022 A 0.67182557,0.66502524 0 0 1 106.17701,751 Z"
id="path6040"
inkscape:connector-curvature="0" />

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -0,0 +1,125 @@
<?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>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -11,11 +11,11 @@
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
width="104.00001"
height="104"
width="52"
height="52"
id="svg2"
inkscape:version="0.91 r13725"
sodipodi:docname="corner-ripple.svg">
sodipodi:docname="corner-ripple-rtl.svg">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
@ -27,16 +27,7 @@
inkscape:pageshadow="2"
inkscape:window-width="640"
inkscape:window-height="480"
id="namedview955"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="2.3864854"
inkscape:cx="54.174496"
inkscape:cy="43.066171"
inkscape:current-layer="svg2" />
id="namedview955" />
<defs
id="defs4">
<linearGradient
@ -73,13 +64,12 @@
</rdf:RDF>
</metadata>
<g
transform="translate(4.9999999e-6,-948.3622)"
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"
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-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" />
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.5 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -32,8 +30,8 @@
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="22.627417"
inkscape:cx="4.4779162"
inkscape:cy="11.459165"
inkscape:cx="3.5498385"
inkscape:cy="11.547553"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -78,25 +76,7 @@
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>
id="defs3" />
<metadata
id="metadata4">
<rdf:RDF>
@ -154,21 +134,21 @@
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"
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="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"
style="display:inline;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;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"
style="display:inline;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;enable-background:new"
id="rect4138-9"
width="2"
height="2"

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -1,79 +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-left.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="4.4037501"
inkscape:cy="17.013621"
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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1025.3622)">
<g
id="g4136"
transform="matrix(0,-1,1,0,-1025.3622,1052.3622)">
<rect
y="1025.3622"
x="0"
height="26"
width="27"
id="rect4713"
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" />
<rect
y="1051.3622"
x="0"
height="1"
width="27"
id="rect4713-4"
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" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -1,79 +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-right.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="4.4037501"
inkscape:cy="17.013621"
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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1025.3622)">
<g
id="g4136"
transform="matrix(0,-1,-1,0,1052.3622,1052.3622)">
<rect
y="1025.3622"
x="0"
height="26"
width="27"
id="rect4713"
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" />
<rect
y="1051.3622"
x="0"
height="1"
width="27"
id="rect4713-4"
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" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -18,7 +16,7 @@
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91 r13725"
sodipodi:docname="window-list-active-bottom.svg"
sodipodi:docname="running1.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.0"
style="display:inline;enable-background:new">
@ -32,8 +30,8 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="19.769528"
inkscape:cx="6.9341604"
inkscape:cy="3.0971298"
inkscape:cx="15.988499"
inkscape:cy="3.1982956"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -76,25 +74,7 @@
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>
id="defs3" />
<metadata
id="metadata4">
<rdf:RDF>
@ -152,7 +132,7 @@
id="layer1"
transform="translate(0,-296)">
<rect
style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
id="rect4270-9"
width="24"
height="2"

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -1,164 +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="4"
height="28"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91 r13725"
sodipodi:docname="window-list-active-left.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="9.884764"
inkscape:cx="6.9544689"
inkscape:cy="5.3696817"
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"
gradientTransform="translate(272,-300)" />
</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: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,-272)">
<rect
style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none"
id="rect4270-9"
width="24"
height="2"
x="274"
y="-2"
transform="matrix(0,1,-1,0,0,0)" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -1,164 +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="4"
height="28"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91 r13725"
sodipodi:docname="window-list-active-right.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="9.884764"
inkscape:cx="6.9544689"
inkscape:cy="5.3696817"
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"
gradientTransform="translate(272,-302)" />
</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: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,-272)">
<rect
style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none"
id="rect4270-9"
width="24"
height="2"
x="274"
y="-4"
transform="matrix(0,1,-1,0,0,0)" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -32,8 +30,8 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="19.769528"
inkscape:cx="-2.1454696"
inkscape:cy="3.0971298"
inkscape:cx="6.908869"
inkscape:cy="3.1982956"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -76,25 +74,7 @@
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="296"
x2="14"
y2="298"
gradientUnits="userSpaceOnUse" />
</defs>
id="defs3" />
<metadata
id="metadata4">
<rdf:RDF>
@ -152,7 +132,7 @@
id="layer1"
transform="translate(0,-296)">
<rect
style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
id="rect4270-9"
width="24"
height="2"

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -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

View File

@ -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

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -22,14 +20,6 @@
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
@ -49,15 +39,6 @@
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"
@ -67,8 +48,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-8.8873943"
inkscape:cy="0.45889901"
inkscape:cx="-7.2080158"
inkscape:cy="7.7067432"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -101,7 +82,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -155,7 +136,7 @@
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"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;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>

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -22,14 +20,6 @@
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
@ -49,15 +39,6 @@
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"
@ -67,8 +48,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-1.9931035"
inkscape:cy="7.5299665"
inkscape:cx="-7.3847925"
inkscape:cy="7.7067432"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -155,7 +136,7 @@
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"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;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>

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -22,14 +20,6 @@
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
@ -49,15 +39,6 @@
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"
@ -67,8 +48,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="5.2547407"
inkscape:cy="14.601034"
inkscape:cx="-7.2080158"
inkscape:cy="7.7067432"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -101,7 +82,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -145,7 +126,7 @@
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"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#5294e2;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"

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -19,25 +17,7 @@
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>
id="defs6929" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -46,8 +26,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="0.595299"
inkscape:cy="17.160274"
inkscape:cx="16.934585"
inkscape:cy="20.910274"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -89,16 +69,29 @@
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">
transform="matrix(0.0689655,0,0,0.93939391,71.275885,281.90766)"
id="g6908">
<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" />
style="opacity:0.05;fill:#ffffff;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>
<rect
style="opacity:0.07;fill:#ffffff;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="rect4141"
width="23.99999"
height="1"
x="141"
y="382.36221" />
<rect
style="opacity:0.07;fill:#ffffff;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="rect4141-5"
width="23.99999"
height="1"
x="141"
y="414.36221" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -19,25 +17,7 @@
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>
id="defs6623" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -45,9 +25,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:cx="0.58833524"
inkscape:cy="24.231157"
inkscape:zoom="5.6"
inkscape:cx="28.080846"
inkscape:cy="10.089671"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -87,7 +67,7 @@
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"
style="display:inline;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: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"

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -19,14 +17,6 @@
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
@ -101,15 +91,6 @@
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"
@ -119,8 +100,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.666667"
inkscape:cx="10.930796"
inkscape:cy="16.13001"
inkscape:cx="26.273653"
inkscape:cy="16.301439"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -159,7 +140,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -194,7 +175,7 @@
x="0"
y="1029.3622" />
<rect
style="fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="rect2987-0-8-7"
width="50"
height="20"

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -1,9 +1,9 @@
var gulp = require("gulp");
var sass = require("gulp-sass");
var rename = require('gulp-rename');
var filter = require('gulp-filter');
gulp.task('sass', function () {
return gulp.src(['./**/sass/*.scss', '!./node_modules/**/*', '!./m4/**/*'])
return gulp.src('sass/*.scss')
.pipe(sass({
outputStyle: 'nested',
precision: 5,
@ -11,10 +11,8 @@ gulp.task('sass', function () {
notify().write(err);
}
}))
.pipe(rename(function (path) {
path.dirname += "/../";
}))
.pipe(gulp.dest('./'))
.pipe(gulp.dest('.'))
});
gulp.task('default', ['sass']);

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -22,22 +20,6 @@
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
@ -79,33 +61,6 @@
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"
@ -115,8 +70,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-12.701718"
inkscape:cy="-4.172704"
inkscape:cx="-9.3871547"
inkscape:cy="3.2519169"
inkscape:document-units="px"
inkscape:current-layer="checkbox-checked-dark"
showgrid="true"
@ -150,7 +105,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -208,7 +163,7 @@
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"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;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>
@ -241,7 +196,7 @@
height="1.9999826"
width="5"
id="rect3977-39"
style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" />
style="fill:#ffffff;fill-opacity:1;stroke:none" />
<rect
ry="0"
y="1027.3622"
@ -249,7 +204,7 @@
height="7.9999828"
width="2"
id="rect3979-7"
style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" />
style="fill:#ffffff;fill-opacity:1;stroke:none" />
</g>
<rect
style="fill:#eeeeee;fill-opacity:0;stroke:none"

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -22,22 +20,6 @@
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
@ -79,33 +61,6 @@
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"
@ -115,8 +70,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-16.237251"
inkscape:cy="2.8983635"
inkscape:cx="-9.3871547"
inkscape:cy="3.2519169"
inkscape:document-units="px"
inkscape:current-layer="checkbox-checked-dark"
showgrid="true"
@ -208,7 +163,7 @@
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"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;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>
@ -241,7 +196,7 @@
height="1.9999826"
width="5"
id="rect3977-39"
style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" />
style="fill:#ffffff;fill-opacity:1;stroke:none" />
<rect
ry="0"
y="1027.3622"
@ -249,7 +204,7 @@
height="7.9999828"
width="2"
id="rect3979-7"
style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" />
style="fill:#ffffff;fill-opacity:1;stroke:none" />
</g>
<rect
style="fill:#eeeeee;fill-opacity:0;stroke:none"

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -22,14 +20,6 @@
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
@ -49,15 +39,6 @@
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"
@ -67,8 +48,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-9.8744294"
inkscape:cy="-1.1201818"
inkscape:cx="5.9470841"
inkscape:cy="-0.94340514"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -145,7 +126,7 @@
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"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#5294e2;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"

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -0,0 +1,97 @@
<?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="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" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="4.0327991"
inkscape:cy="13.945988"
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,0.93939391,71.275885,281.90766)"
id="g6908">
<rect
y="108"
x="1011"
height="33"
width="348"
id="rect5271"
style="opacity:0.03999999;fill:#000000;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>
<rect
style="opacity:0.08999999;fill:#000000;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="rect4141"
width="23.99999"
height="1"
x="141"
y="382.36221" />
<rect
style="opacity:0.08999999;fill:#000000;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="rect4141-5"
width="23.99999"
height="1"
x="141"
y="414.36221" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -19,26 +17,7 @@
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="stop4153" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4155"
x1="2"
y1="1020.3622"
x2="2"
y2="1052.3622"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.3333334,0,0,1.032258,-0.66666666,-33.431038)" />
</defs>
id="defs6623" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -47,8 +26,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-3.6188723"
inkscape:cy="36.101629"
inkscape:cx="-0.89235979"
inkscape:cy="34.935138"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
@ -88,15 +67,9 @@
rx="1.5"
ry="1.5" />
<path
style="display:inline;opacity:1;fill:url(#linearGradient4155);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 3,1020.3622 1,0 0,32 -1,0 c -1.662,0 -3,-0.7025 -3,-1.5751 l 0,-28.8498 c 0,-0.8726 1.338,-1.5751 3,-1.5751 z"
id="rect4162-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccssss" />
<path
style="display:inline;opacity: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:0.08095238"
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#2879db;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z"
id="rect4162-5-7"
id="rect4162-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccssss" />
</g>

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -19,22 +17,6 @@
sodipodi:docname="switch-on.svg">
<defs
id="defs7541">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4181" />
</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
@ -109,42 +91,6 @@
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" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4183"
x1="980.04999"
y1="-456.09485"
x2="980.04999"
y2="-454.09487"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4185"
x1="981.54999"
y1="-462.09485"
x2="981.54999"
y2="-454.09487"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4187"
x1="41"
y1="1032.3622"
x2="41"
y2="1050.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -153,10 +99,10 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="8.2495795"
inkscape:cx="1.2517535"
inkscape:cy="0.45938131"
inkscape:current-layer="switch-active-2"
inkscape:zoom="32.998318"
inkscape:cx="6.3160735"
inkscape:cy="9.1853829"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
@ -194,7 +140,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -229,7 +175,7 @@
x="0"
y="1029.3622" />
<rect
style="fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="rect2987-0-8"
width="50"
height="20"
@ -238,7 +184,7 @@
ry="11"
rx="11" />
<circle
style="fill:url(#linearGradient4187);fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path3759-0"
cx="41"
cy="1041.3622"
@ -258,7 +204,7 @@
height="1.9999826"
width="5"
id="rect3977-39-2"
style="display:inline;opacity:1;fill:url(#linearGradient4183);fill-opacity:1;stroke:none" />
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" />
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="0"
@ -267,7 +213,7 @@
height="7.9999828"
width="2"
id="rect3979-7-0"
style="display:inline;opacity:1;fill:url(#linearGradient4185);fill-opacity:1;stroke:none" />
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" />
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -0,0 +1,7 @@
{
"devDependencies": {
"gulp": "~3.9.0",
"gulp-filter": "~2.0.2",
"gulp-sass": "~2.0.4"
}
}

View File

@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A);
$fg_color: if($variant =='light', #5c616c, #D3DAE3);
$selected_fg_color: #ffffff;
$selected_bg_color: #5294e2;
$selected_bg_color: #5294E2;
$selected_borders_color: darken($selected_bg_color, 20%);
$borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%));
@ -18,18 +18,11 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%),
lighten($selected_bg_color,10%));
$selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color);
$selection_mode_fg: $selected_fg_color;
$warning_color: #F27835;
$error_color: #FC4138;
$warning_fg_color: white;
$error_fg_color: white;
$success_color: #73d216;
$destructive_color: #F04A50;
$suggested_color: #4DADD4;
$destructive_fg_color: white;
$suggested_fg_color: white;
$drop_target_color: #F08437;
//insensitive state derived colors
$insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55));

View File

@ -8,7 +8,6 @@ $font-family: Futura Bk bt, sans, Sans-Serif;
$_bubble_bg_color: opacify($osd_bg_color,0.25);
$_bubble_fg_color: $osd_fg_color;
$_bubble_borders_color: transparentize($osd_fg_color,0.8);
$_shell_fg_color: white;
stage {
font-family: $font-family;
@ -160,11 +159,6 @@ StScrollBar {
border-right-width: 1px;
border-left-width: 5px;
color: transparent;
.popup-menu-item:active & {
-slider-background-color: transparentize(black, 0.8);
-slider-active-background-color: $selected_fg_color;
}
}
//
@ -230,14 +224,11 @@ StScrollBar {
width: 50px;
height: 20px;
background-size: contain;
background-image: url("#{$asset_path}/switch/switch-off.svg");
&:checked { background-image: url("#{$asset_path}/switch/switch-on.svg"); }
&-us, &-intl {
background-image: url("#{$asset_path}/switch/switch-off.svg");
.popup-menu-item:active & {
background-image: url("common-assets/switch/switch-off-selected.svg");
&:checked { background-image: url("common-assets/switch/switch-on-selected.svg"); }
&:checked { background-image: url("#{$asset_path}/switch/switch-on.svg"); }
}
}
@ -267,9 +258,9 @@ StScrollBar {
//
// Popvers/Menus
//
.menu,
.popup-menu,
%menu {
.popup-menu {
color: white;
min-width: 200px;
color: $fg_color;
border-image: url("#{$asset_path}/menu/menu.svg") 9 9 9 9;
@ -295,9 +286,9 @@ StScrollBar {
spacing: 1em;
&:active {
color: $selected_fg_color;
color: $fg_color;
background-color: transparent;
border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1;
border-image: url("#{$asset_path}/menu/menu-hover.svg") 9 9 1 1;
}
&:insensitive {
color: transparentize($fg_color, 0.5);
@ -311,8 +302,6 @@ StScrollBar {
&:insensitive { color: $insensitive_fg_color; }
}
.popup-menu-item:active .popup-inactive-menu-item { color: $selected_fg_color; }
&-icon { icon-size: 16px; }
}
@ -325,20 +314,24 @@ StScrollBar {
-arrow-rise: 0;
}
/*Don't know what this does*/
.popup-combo-menu {
@extend %menu;
padding: 10px 1px;
background-color: rgba(0,0,0,0.4);
padding: 1em 0em;
color: red;
border: 1px solid rgba(0,0,0,0.6);
border-radius: 3px;
}
.popup-image-menu-item {}
.popup-combobox-item { spacing: 1em; }
.popup-separator-menu-item {
-gradient-height: 2px;
-gradient-start: transparent;
-gradient-end: transparent;
-margin-horizontal: 1.5em;
height: 1em;
height: 2px; //not really the whole box
margin: 10px 0px;
background-color: transparent;
border: none;
border-image: url("common-assets/menu-separator.svg") 1 1 1 1;
}
.popup-alternating-menu-item:alternate {
@ -356,13 +349,8 @@ StScrollBar {
//
#panel {
font-weight: bold;
height: 27px;
width: 32px;
&:highlight {
border-image: none;
background-color: transparentize($error_color, 0.5);
}
height: 2.1em;
min-height: 27px;
&Left {
spacing: 4px;
@ -372,15 +360,8 @@ StScrollBar {
background-gradient-start: rgba(255,0,0,0.05);
background-gradient-end: rgba(255,0,0,0.2);
}
&:ltr { padding-right: 4px; }
&:rtl { padding-left: 4px; }
&.vertical {
padding: 0;
&:ltr { padding-right: 0px; }
&:rtl { padding-left: 0px; }
}
&:ltr ·{ padding-right: 4px; }
&:rtl ·{ padding-left: 4px; }
}
&Right {
@ -390,15 +371,8 @@ StScrollBar {
background-gradient-start: rgba(0,0,255,0.05);
background-gradient-end: rgba(0,0,255,0.2);
}
&:ltr { padding-left: 4px; spacing: 0px; }
&:rtl { padding-right: 4px; spacing: 0px; }
&.vertical {
padding: 0;
&:ltr { padding-right: 0px; }
&:rtl { padding-left: 0px; }
}
&:ltr ·{ padding-left: 4px; spacing: 0px; }
&:rtl ·{ padding-right: 4px; spacing: 0px; }
}
&Center {
@ -413,27 +387,18 @@ StScrollBar {
}
.panel {
$_panel_fg_color: $_shell_fg_color;
&-top, &-bottom, &-left, &-right {
color: $_panel_fg_color;
&-top, &-bottom {
color: $selected_fg_color;
font-size: 1em;
padding: 0px;
}
&-top { border-image: url('common-assets/panel/panel-top.svg') 1 1 1 1; }
&-bottom { border-image: url('common-assets/panel/panel-bottom.svg') 1 1 1 1; }
&-left { border-image: url('common-assets/panel/panel-left.svg') 1 1 1 1; }
&-right { border-image: url('common-assets/panel/panel-right.svg') 1 1 1 1; }
&-dummy {
background-color: transparentize($error_color, 0.5);
&:entered { background-color: transparentize($error_color, 0.4); }
}
&-status-button {
border-width: 0;
border-widht: 0;
-natural-hpadding: 3px;
-minimum-hpadding: 3px;
font-weight: bold;
@ -742,11 +707,6 @@ StScrollBar {
opacity: 1;
}
.calendar-week-number {
color: transparentize($fg_color, 0.3);
font-size: 80%;
}
//
// Notifications
//
@ -760,9 +720,8 @@ StScrollBar {
width: 34em;
color: $osd_fg_color;
.menu &,
.popup-menu & {
&, &.multi-line-notification { color: $fg_color; }
color: $fg_color;
border-image: url("#{$asset_path}/misc/message.svg") 9 9 9 9;
.notification-button, .notification-icon-button {
@ -864,7 +823,7 @@ StScrollBar {
&:highlighted {
border-color: rgba(0,0,0,0);
color: $_shell_fg_color;
color: $selected_fg_color;
}
}
@ -890,10 +849,12 @@ StScrollBar {
//Activities Ripples
//
.ripple-box {
width: 104px;
height: 104px;
background-image: url("common-assets/misc/corner-ripple.svg");
width: 52px;
height: 52px;
background-image: url("common-assets/misc/corner-ripple-ltr.svg");
background-size: contain;
&:rtl { background-image: url("common-assets/misc/corner-ripple-rtl.svg"); }
}
//
@ -1217,7 +1178,7 @@ StScrollBar {
font-weight: bold;
spacing: 1em;
padding: 16px;
color: $_shell_fg_color;
color: $selected_fg_color;
border-image: url("common-assets/misc/osd.svg") 9 9 9 9;
}
@ -1230,7 +1191,7 @@ StScrollBar {
min-width: 64px;
min-height: 64px;
color: $_shell_fg_color;
color: $selected_fg_color;
background: none;
border: none;
border-radius: 5px;
@ -1258,13 +1219,6 @@ StScrollBar {
.panel-bottom & { padding-top: 1px; }
.panel-top & { padding-bottom: 1px; }
&.vertical {
spacing: 4px;
padding: 10px 0;
}
&:highlight { background-color: transparentize($error_color, 0.5); }
}
&-item-label {
@ -1276,28 +1230,21 @@ StScrollBar {
&-item-box {
font-weight: bold;
background-image: none;
padding-top: 0;
padding-left: 8px;
padding-right: 8px;
transition-duration: 100;
color: transparentize($_shell_fg_color, 0.4);
color: transparentize($selected_fg_color, 0.4);
&:hover {color: $_shell_fg_color;}
&:hover {color: $selected_fg_color;}
&:active,
&:checked,
&:focus {
color: $_shell_fg_color;
color: $selected_fg_color;
.panel-bottom & { border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; }
.panel-top & { border-image: url("common-assets/panel/window-list-active-top.svg") 3 3 3 1; }
.panel-left & { border-image: url("common-assets/panel/window-list-active-left.svg") 3 1 3 3; }
.panel-right & { border-image: url("common-assets/panel/window-list-active-right.svg") 1 3 3 3; }
}
&.right, &.left {
padding-left: 0px;
padding-right: 0px;
.panel-top & { border-image: url("common-assets/panel/window-list-active-top.svg") 3 3 3 1; }
}
}
@ -1491,14 +1438,9 @@ StScrollBar {
//
#panel-launchers-box {
padding-left: 7px;
&.vertical {
padding: 2px 0;
}
}
.panel-launcher,
.launcher {
.panel-launcher {
margin: 1px;
padding: 1px;
transition-duration: 200;
@ -1509,8 +1451,6 @@ StScrollBar {
.panel-bottom & { border-bottom-width: 1px; }
.panel-top & { border-top-width: 1px; }
.panel-left & { border-left-width: 1px; padding-left: 0; }
.panel-right & { border-right-width: 1px; padding-right: 0; }
}
}
@ -1537,29 +1477,19 @@ StScrollBar {
&-box {
padding-left: 3px;
padding-right: 3px;
color: $_shell_fg_color;
color: $selected_fg_color;
text-shadow: none;
transition-duration: 100;
&.vertical {
padding: 3px 0;
}
&:hover {
color: $selected_fg_color;
background-color: $selected_bg_color;
}
&:highlight {
background-image: none;
border-image: none;
background-color: transparentize($error_color, 0.5);
}
}
&-label {
font-weight: bold;
color: $_shell_fg_color;
color: $selected_fg_color;
&:hover, .applet-box:hover > & {
color: $selected_fg_color;
@ -1568,7 +1498,7 @@ StScrollBar {
}
&-icon {
color: $_shell_fg_color;
color: $selected_fg_color;
icon-size: 22px;
&:hover, .applet-box:hover > & {
@ -1603,19 +1533,11 @@ StScrollBar {
.desklet {
color: $osd_fg_color;
&:highlight {
background-color: transparentize($error_color, 0.5);
}
&-with-borders {
border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
color: $osd_fg_color;
padding: 12px;
padding-bottom: 16px;
&:highlight {
background-color: transparentize($error_color, 0.5);
}
}
&-with-borders-and-header {
border-image: url("common-assets/misc/desklet.svg") 9 9 9 9;
@ -1625,10 +1547,6 @@ StScrollBar {
border-radius-topright: 0;
padding: 12px;
padding-bottom: 17px;
&:highlight {
background-color: transparentize($error_color, 0.5);
}
}
&-header {
border-image: url("common-assets/misc/desklet-header.svg") 9 9 9 9;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

View File

@ -0,0 +1 @@
stable

View File

@ -0,0 +1,16 @@
This theme uses libsass/gulp to process the sass/*.scss. Never edit any of the .css files manually.
#### Editing the theme
* Install `nvm` (https://github.com/creationix/nvm)
* Run `nvm i` from the directory containing `.nvmrc`
* Run `npm i` from the directory containing `gulpfile.js`. It's the same directory as the one that contains `.nvmrc` in this case.
* Install `gulp` with `npm i -g gulp`
* Edit the sass/*.scss files
* Regenerate the .css files by executing `gulp` from the directory that contains `gulpfile.js`

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -43,8 +42,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="-0.3592836"
inkscape:cy="11.362012"
inkscape:cx="7.4203783"
inkscape:cy="11.448936"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -111,24 +110,6 @@
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"
@ -138,25 +119,14 @@
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"
style="opacity:1;fill:#2f7fdc;fill-opacity:1;stroke:none"
id="rect4145"
width="9.8684549"
height="8.6348953"
x="11.000002"
y="162.13155"
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)" />
rx="1.2335573" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -42,9 +41,9 @@
inkscape:window-height="604"
id="namedview4173"
showgrid="true"
inkscape:zoom="16.269616"
inkscape:cx="0.28877281"
inkscape:cy="11.099631"
inkscape:zoom="23.008712"
inkscape:cx="5.6288669"
inkscape:cy="11.448936"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -111,24 +110,6 @@
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"
@ -138,18 +119,8 @@
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"
style="opacity:1;fill:#2f7fdc;fill-opacity:1;stroke:none"
id="rect4145"
width="8.6348982"
height="9.8684559"
x="11.000002"

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -42,9 +41,9 @@
inkscape:window-height="604"
id="namedview4173"
showgrid="true"
inkscape:zoom="11.504356"
inkscape:cx="-2.570756"
inkscape:cy="2.5931873"
inkscape:zoom="23.008712"
inkscape:cx="2.1519234"
inkscape:cy="6.23352"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -111,24 +110,6 @@
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"
@ -138,24 +119,13 @@
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"
style="opacity:1;fill:#2f7fdc;fill-opacity:1;stroke:none"
id="rect4145"
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"
ry="1.2335573"
transform="matrix(0,1,-1,0,0,0)" />
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -42,9 +41,9 @@
inkscape:window-height="604"
id="namedview4173"
showgrid="true"
inkscape:zoom="16.269617"
inkscape:cx="3.8757831"
inkscape:cy="6.3385392"
inkscape:zoom="32.539233"
inkscape:cx="4.868656"
inkscape:cy="11.433325"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -59,14 +58,6 @@
</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"
@ -119,15 +110,6 @@
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"
@ -137,21 +119,11 @@
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"
style="opacity:1;fill:#2f7fdc;fill-opacity:1;stroke:none"
id="rect4145"
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"
x="12.233559"
y="162.13155"
ry="1.2335529" />
</g>

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -43,8 +42,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="-0.8399375"
inkscape:cy="7.8850683"
inkscape:cx="6.9397244"
inkscape:cy="7.9719919"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -111,24 +110,6 @@
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"
@ -138,14 +119,13 @@
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"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
id="rect4145"
width="8.6348982"
height="9.8684559"
x="162.13155"
y="-20.868458"
ry="1.2335529"
ry="1.2335573"
transform="matrix(0,1,-1,0,0,0)" />
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -43,8 +42,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="-5.6929312"
inkscape:cy="6.1465964"
inkscape:cx="2.1519234"
inkscape:cy="6.23352"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -111,24 +110,6 @@
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"
@ -138,9 +119,8 @@
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"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
id="rect4145"
width="8.6348982"
height="9.8684559"
x="11.000002"

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -43,8 +42,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="8.2148443"
inkscape:cy="9.6235403"
inkscape:cx="-1.3250204"
inkscape:cy="6.23352"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -111,24 +110,6 @@
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"
@ -138,14 +119,13 @@
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"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
id="rect4145"
width="8.6348982"
height="9.8684559"
x="163.3651"
y="-20.868458"
ry="1.2335529"
ry="1.2335573"
transform="matrix(0,1,-1,0,0,0)" />
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -43,8 +42,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="0.978861"
inkscape:cy="6.23352"
inkscape:cx="8.7585229"
inkscape:cy="6.3204436"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -59,14 +58,6 @@
</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"
@ -119,15 +110,6 @@
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"
@ -137,7 +119,7 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
id="rect4145"
width="8.6348982"
height="9.8684559"

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -43,8 +42,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="0.3482588"
inkscape:cy="8.1834941"
inkscape:cx="-2.2377182"
inkscape:cy="6.5319458"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -111,24 +110,6 @@
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"
@ -138,17 +119,8 @@
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"
style="opacity:1;fill:#226bc4;fill-opacity:1;stroke:none"
id="rect4147"
width="4.9342208"
height="1.233557"
x="-18.40134"

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -43,8 +42,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="2.0867307"
inkscape:cy="8.1834941"
inkscape:cx="-2.2377182"
inkscape:cy="6.5319458"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -111,24 +110,6 @@
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"
@ -138,17 +119,8 @@
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"
style="opacity:1;fill:#226bc4;fill-opacity:1;stroke:none"
id="rect4147"
width="4.9342208"
height="1.233557"
x="164.59866"

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -43,8 +42,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="2.0867307"
inkscape:cy="11.660438"
inkscape:cx="1.2392256"
inkscape:cy="6.5319458"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -111,24 +110,6 @@
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"
@ -138,20 +119,11 @@
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"
style="opacity:1;fill:#226bc4;fill-opacity:1;stroke:none"
id="rect4147"
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"
x="-18.40134"
y="-163.3651"
rx="0"
transform="scale(-1,-1)" />

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -25,7 +24,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -43,8 +42,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="-3.367725"
inkscape:cy="6.5319458"
inkscape:cx="4.4119369"
inkscape:cy="6.6188694"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -111,24 +110,6 @@
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"
@ -138,16 +119,7 @@
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"
style="opacity:1;fill:#226bc4;fill-opacity:1;stroke:none"
id="rect4147"
width="4.9342208"
height="1.233557"

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -43,8 +42,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="3.8903954"
inkscape:cy="6.4073672"
inkscape:cx="-2.2377182"
inkscape:cy="6.4942908"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -111,24 +110,6 @@
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"
@ -138,8 +119,8 @@
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"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
id="rect4147"
width="4.9342208"
height="1.233557"
x="-18.40134"

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -43,8 +42,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="2.3235185"
inkscape:cy="6.4073672"
inkscape:cx="-2.2377182"
inkscape:cy="6.4942908"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -111,24 +110,6 @@
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"
@ -138,21 +119,12 @@
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"
style="opacity:1;fill:#97beed;fill-opacity:1;stroke:none"
id="rect4147"
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"
y="-172"
rx="0"
transform="scale(-1,-1)" />
</g>

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -43,8 +42,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="7.3021465"
inkscape:cy="8.1458391"
inkscape:cx="1.2392256"
inkscape:cy="6.4942908"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -111,24 +110,6 @@
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"
@ -138,17 +119,8 @@
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"
style="opacity:1;fill:#97beed;fill-opacity:1;stroke:none"
id="rect4147"
width="4.9342208"
height="1.233557"
x="164.59866"

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -43,8 +42,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="10.77909"
inkscape:cy="11.622783"
inkscape:cx="-2.2377182"
inkscape:cy="6.4942908"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -111,24 +110,6 @@
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"
@ -138,21 +119,12 @@
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"
style="opacity:1;fill:#97beed;fill-opacity:1;stroke:none"
id="rect4147"
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"
x="-18.401337"
y="-163.3651"
rx="0"
transform="scale(-1,-1)" />
</g>

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -25,7 +24,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -43,8 +42,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="-3.367725"
inkscape:cy="6.4942908"
inkscape:cx="4.4119369"
inkscape:cy="6.5812144"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -111,24 +110,6 @@
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"
@ -138,17 +119,8 @@
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"
style="opacity:1;fill:#97beed;fill-opacity:1;stroke:none"
id="rect4147"
width="4.9342208"
height="1.233557"
x="164.59866"

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -43,8 +42,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="3.8252027"
inkscape:cy="8.1458391"
inkscape:cx="-2.2377182"
inkscape:cy="6.4942908"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -111,24 +110,6 @@
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"
@ -138,8 +119,8 @@
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"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
id="rect4147"
width="4.9342208"
height="1.233557"
x="164.59866"

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -43,8 +42,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="0.3482588"
inkscape:cy="13.361255"
inkscape:cx="-2.2377182"
inkscape:cy="6.4942908"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -111,24 +110,6 @@
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"
@ -138,8 +119,8 @@
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"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
id="rect4147"
width="4.9342208"
height="1.233557"
x="-18.40134"

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,7 +2,6 @@
<!-- 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#"
@ -43,8 +42,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="3.5861627"
inkscape:cy="9.9712347"
inkscape:cx="4.4119369"
inkscape:cy="6.5812144"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -59,14 +58,6 @@
</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"
@ -119,15 +110,6 @@
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"
@ -137,7 +119,7 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
id="rect4147"
width="4.9342208"
height="1.233557"

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -18,42 +16,7 @@
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>
id="defs12432" />
<sodipodi:namedview
id="base"
pagecolor="#7a7a7a"
@ -62,8 +25,8 @@
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="22.627417"
inkscape:cx="7.9593425"
inkscape:cy="9.811453"
inkscape:cx="6.0810901"
inkscape:cy="9.9882296"
inkscape:document-units="px"
inkscape:current-layer="g14642-3-0"
showgrid="true"
@ -109,7 +72,7 @@
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"
style="opacity:1;fill:#5294e2;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"
@ -157,7 +120,7 @@
</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"
style="fill:#ffffff;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"

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -18,25 +16,7 @@
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>
id="defs5268" />
<sodipodi:namedview
id="base"
pagecolor="#cacaca"
@ -45,8 +25,8 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="16"
inkscape:cx="-10.742519"
inkscape:cy="7.4240324"
inkscape:cx="0.44498099"
inkscape:cy="7.5490324"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -78,7 +58,7 @@
inkscape:groupmode="layer"
transform="translate(0,2)">
<circle
style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none;stroke-opacity:0.70588235"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-opacity:0.70588235"
id="path4136"
cx="9"
cy="7"

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -32,8 +30,8 @@
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="22.627417"
inkscape:cx="4.4779162"
inkscape:cy="11.459165"
inkscape:cx="3.5498385"
inkscape:cy="11.547553"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -78,25 +76,7 @@
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>
id="defs3" />
<metadata
id="metadata4">
<rdf:RDF>
@ -154,21 +134,21 @@
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"
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="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"
style="display:inline;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;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"
style="display:inline;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;enable-background:new"
id="rect4138-9"
width="2"
height="2"

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -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

View File

@ -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

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -22,14 +20,6 @@
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
@ -49,15 +39,6 @@
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"
@ -67,8 +48,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-8.8873943"
inkscape:cy="0.45889901"
inkscape:cx="8.4809152"
inkscape:cy="7.7067432"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -101,7 +82,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -155,7 +136,7 @@
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"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;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>
@ -188,7 +169,7 @@
height="1.9999826"
width="5"
id="rect3977-39-90"
style="fill:#2b303b;fill-opacity:1;stroke:none" />
style="fill:#32363d;fill-opacity:1;stroke:none" />
<rect
ry="0"
y="1027.3622"
@ -196,7 +177,7 @@
height="7.9999828"
width="2"
id="rect3979-7-60"
style="fill:#2b303b;fill-opacity:1;stroke:none" />
style="fill:#32363d;fill-opacity:1;stroke:none" />
</g>
<rect
style="fill:#eeeeee;fill-opacity:0;stroke:none"

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -22,14 +20,6 @@
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
@ -49,15 +39,6 @@
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"
@ -67,8 +48,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-1.9931035"
inkscape:cy="7.5299665"
inkscape:cx="8.4809152"
inkscape:cy="7.7067432"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -101,7 +82,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -155,7 +136,7 @@
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"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;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>
@ -188,7 +169,7 @@
height="1.9999826"
width="5"
id="rect3977-39-90"
style="fill:#2b303b;fill-opacity:1;stroke:none" />
style="fill:#32363d;fill-opacity:1;stroke:none" />
<rect
ry="0"
y="1027.3622"
@ -196,7 +177,7 @@
height="7.9999828"
width="2"
id="rect3979-7-60"
style="fill:#2b303b;fill-opacity:1;stroke:none" />
style="fill:#32363d;fill-opacity:1;stroke:none" />
</g>
<rect
style="fill:#eeeeee;fill-opacity:0;stroke:none"

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -22,14 +20,6 @@
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
@ -49,15 +39,6 @@
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"
@ -67,8 +48,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="5.2547407"
inkscape:cy="14.601034"
inkscape:cx="8.6576919"
inkscape:cy="7.7067432"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -101,7 +82,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -145,7 +126,7 @@
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"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#32363d;fill-opacity:1;stroke:#5294e2;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"

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -19,25 +17,7 @@
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>
id="defs6929" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -46,8 +26,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="0.595299"
inkscape:cy="17.160274"
inkscape:cx="16.934585"
inkscape:cy="20.910274"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -89,16 +69,29 @@
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">
transform="matrix(0.0689655,0,0,0.93939391,71.275885,281.90766)"
id="g6908">
<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" />
style="opacity:0.05;fill:#ffffff;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>
<rect
style="opacity:0.07;fill:#ffffff;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="rect4141"
width="23.99999"
height="1"
x="141"
y="382.36221" />
<rect
style="opacity:0.07;fill:#ffffff;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="rect4141-5"
width="23.99999"
height="1"
x="141"
y="414.36221" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -35,8 +33,8 @@
bordercolor="#666666"
borderopacity="1"
inkscape:current-layer="layer12"
inkscape:cx="-2.7030998"
inkscape:cy="8.9526136"
inkscape:cx="-21.616809"
inkscape:cy="2.0293849"
gridtolerance="10"
inkscape:guide-bbox="true"
guidetolerance="10"
@ -62,7 +60,7 @@
inkscape:window-width="1366"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:zoom="22.627417">
inkscape:zoom="5.6568543">
<inkscape:grid
empspacing="2"
enabled="true"
@ -93,26 +91,7 @@
<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>
id="defs7386" />
<g
inkscape:groupmode="layer"
id="layer9"
@ -164,9 +143,27 @@
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" />
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:#5294e2;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:#5294e2;fill-opacity:1;stroke:none"
width="1"
x="111.0002"
y="749" />
<rect
height="1"
id="rect6050"
rx="0"
ry="1"
style="fill:#5294e2;fill-opacity:1;stroke:none"
width="1"
x="111.0002"
y="760" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -35,8 +33,8 @@
bordercolor="#666666"
borderopacity="1"
inkscape:current-layer="layer12"
inkscape:cx="-7.294807"
inkscape:cy="8.6950689"
inkscape:cx="3.892693"
inkscape:cy="8.8200689"
gridtolerance="10"
inkscape:guide-bbox="true"
guidetolerance="10"
@ -93,26 +91,7 @@
<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>
id="defs7386" />
<g
inkscape:groupmode="layer"
id="layer9"
@ -164,9 +143,29 @@
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" />
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:#5294e2;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:#5294e2;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:#5294e2;fill-opacity:1;stroke:none"
transform="scale(-1,1)"
width="1"
x="-326.00021"
y="760" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -19,25 +17,7 @@
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>
id="defs6623" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -45,9 +25,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.4"
inkscape:cx="4.6826167"
inkscape:cy="28.302856"
inkscape:zoom="5.6"
inkscape:cx="28.080846"
inkscape:cy="10.089671"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -78,7 +58,7 @@
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"
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;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"

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -19,42 +17,7 @@
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>
id="defs5997" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -63,8 +26,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:cx="4.1830863"
inkscape:cy="8.1637646"
inkscape:cx="-1.0255127"
inkscape:cy="10.941684"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -95,7 +58,7 @@
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"
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;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"
@ -134,7 +97,7 @@
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" />
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" />
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -19,25 +17,7 @@
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>
id="defs5997" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -46,8 +26,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:cx="-1.2464835"
inkscape:cy="10.941684"
inkscape:cx="10.054598"
inkscape:cy="11.067953"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -78,7 +58,7 @@
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"
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:#5294e2;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"

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -19,25 +17,7 @@
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>
id="defs6623" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -45,9 +25,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="-0.68428583"
inkscape:cy="17.181721"
inkscape:zoom="5.6"
inkscape:cx="28.080846"
inkscape:cy="10.089671"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -78,7 +58,7 @@
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"
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:#5294e2;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"
@ -87,7 +67,7 @@
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"
style="display:inline;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: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"

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -19,25 +17,7 @@
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>
id="defs6623" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -45,9 +25,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:cx="0.58833524"
inkscape:cy="24.231157"
inkscape:zoom="5.6"
inkscape:cx="28.080846"
inkscape:cy="10.089671"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -87,7 +67,7 @@
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"
style="display:inline;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: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"

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -19,14 +17,6 @@
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
@ -101,15 +91,6 @@
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"
@ -118,9 +99,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.666667"
inkscape:cx="10.930796"
inkscape:cy="16.13001"
inkscape:zoom="8.2495794"
inkscape:cx="22.260853"
inkscape:cy="2.3994425"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -159,7 +140,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -194,7 +175,7 @@
x="0"
y="1029.3622" />
<rect
style="fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="rect2987-0-8-7"
width="50"
height="20"
@ -203,7 +184,7 @@
ry="11"
rx="11" />
<circle
style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:#32363d;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path3759-0-75"
cx="41"
cy="1041.3622"
@ -223,7 +204,7 @@
height="1.9999826"
width="5"
id="rect3977-39-2-13"
style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" />
style="display:inline;opacity:1;fill:#32363d;fill-opacity:1;stroke:none" />
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="0"
@ -232,7 +213,7 @@
height="7.9999828"
width="2"
id="rect3979-7-0-65"
style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" />
style="display:inline;opacity:1;fill:#32363d;fill-opacity:1;stroke:none" />
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -54,7 +54,7 @@ stage {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #D3DAE3;
background-color: #444a58;
border: 1px solid #5294e2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); }
.popup-menu .modal-dialog-button:hover {
text-shadow: 0 1px rgba(64, 69, 82, 0);
@ -66,13 +66,13 @@ stage {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #D3DAE3;
background-color: #444a58;
border: 1px solid #5294e2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); }
.popup-menu .modal-dialog-button:active, .popup-menu .modal-dialog-button:active:focus {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.popup-menu .modal-dialog-button:insensitive {
text-shadow: 0 1px rgba(64, 69, 82, 0);
@ -112,15 +112,15 @@ stage {
.hotplug-notification-item:focus,
.hotplug-resident-eject-button:focus,
.modal-dialog-button:focus, .modal-dialog-button-box .button:focus, .notification-button:focus, .notification-icon-button:focus, .hotplug-resident-mount:focus {
color: #5294e2; }
color: #5294E2; }
.candidate-page-button:active,
.hotplug-notification-item:active,
.hotplug-resident-eject-button:active,
.modal-dialog-button:active, .modal-dialog-button-box .button:active, .notification-button:active, .notification-icon-button:active, .hotplug-resident-mount:active {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
border: 1px solid #5294e2;
background-color: #5294e2; }
border: 1px solid #5294E2;
background-color: #5294E2; }
.candidate-page-button:insensitive,
.hotplug-notification-item:insensitive,
.hotplug-resident-eject-button:insensitive,
@ -134,7 +134,7 @@ StEntry {
font-size: 1em;
padding: 7px;
caret-size: 1px;
selection-background-color: #5294e2;
selection-background-color: #5294E2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -146,7 +146,7 @@ StEntry {
StEntry:focus, StEntry:hover {
color: #D3DAE3;
background-color: #404552;
border: 1px solid #5294e2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); }
StEntry:insensitive {
color: rgba(211, 218, 227, 0.45);
@ -180,26 +180,23 @@ StScrollBar {
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #676b78; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #5294e2; }
background-color: #5294E2; }
.slider {
-slider-height: 4px;
-slider-background-color: #2b2e39;
-slider-border-color: transparent;
-slider-active-background-color: #5294e2;
-slider-active-border-color: transparent;
-slider-background-color: #2b2e39 !important;
-slider-border-color: transparent !important;
-slider-active-background-color: #5294E2 !important;
-slider-active-border-color: transparent !important;
-slider-border-width: 0;
-slider-handle-radius: 0px;
-slider-handle-border-color: transparent;
-slider-handle-border-width: 0;
-slider-handle-radius: 4px;
-slider-handle-border-color: transparent !important;
-slider-handle-border-width: 0 !important;
height: 18px;
border: 0 solid transparent;
border-right-width: 1px;
border-left-width: 5px;
color: transparent; }
.popup-menu-item:active .slider {
-slider-background-color: rgba(0, 0, 0, 0.2);
-slider-active-background-color: #ffffff; }
.check-box StBoxLayout {
spacing: .8em; }
@ -221,14 +218,11 @@ StScrollBar {
.toggle-switch {
width: 50px;
height: 20px;
background-size: contain;
background-image: url("dark-assets/switch/switch-off.svg"); }
.toggle-switch:checked {
background-image: url("dark-assets/switch/switch-on.svg"); }
.popup-menu-item:active .toggle-switch {
background-image: url("common-assets/switch/switch-off-selected.svg"); }
.popup-menu-item:active .toggle-switch:checked {
background-image: url("common-assets/switch/switch-on-selected.svg"); }
background-size: contain; }
.toggle-switch-us, .toggle-switch-intl {
background-image: url("dark-assets/switch/switch-off.svg"); }
.toggle-switch-us:checked, .toggle-switch-intl:checked {
background-image: url("dark-assets/switch/switch-on.svg"); }
.shell-link {
color: #a9caf1; }
@ -327,15 +321,15 @@ StScrollBar {
color: #e3e7ed;
font-size: 8pt; }
.end-session-dialog .modal-dialog-button:last-child {
color: white;
color: #ffffff;
background-color: #F04A50;
border-color: #F04A50; }
.end-session-dialog .modal-dialog-button:last-child:hover {
color: white;
color: #ffffff;
background-color: #f47479;
border-color: #f47479; }
.end-session-dialog .modal-dialog-button:last-child:active {
color: white;
color: #ffffff;
background-color: #ee3239;
border-color: #ee3239; }
@ -459,7 +453,7 @@ StScrollBar {
background-gradient-direction: none !important;
border-image: url("dark-assets/menu/submenu.svg") 9 9 9 9; }
.popup-menu .popup-submenu-menu-item:open {
color: #D3DAE3;
color: #D3DAE3 !important;
background: none !important;
box-shadow: none;
border-image: url("dark-assets/menu/submenu-open.svg") 9 9 9 9; }
@ -472,22 +466,18 @@ StScrollBar {
.popup-menu .popup-menu-item:rtl {
padding: .4em 0em .4em 3em; }
.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected {
color: #ffffff;
color: #D3DAE3 !important;
background-color: transparent;
border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; }
border-image: url("dark-assets/menu/menu-hover.svg") 9 9 1 1; }
.popup-menu .popup-menu-item:insensitive {
color: rgba(211, 218, 227, 0.5);
color: rgba(211, 218, 227, 0.5) !important;
background: none; }
.popup-menu .popup-inactive-menu-item {
color: #D3DAE3; }
.popup-menu .popup-inactive-menu-item:insensitive {
color: rgba(211, 218, 227, 0.45); }
.popup-menu .popup-status-menu-item,
.popup-menu .popup-subtitle-menu-item {
color: #D3DAE3; }
.popup-menu .popup-menu-item:active .popup-status-menu-item,
.popup-menu .popup-menu-item:active .popup-subtitle-menu-item {
color: #ffffff; }
.popup-menu .popup-status-menu-item, .popup-menu .popup-subtitle-menu-item {
color: #D3DAE3 !important; }
.popup-menu.panel-menu {
-boxpointer-gap: 0px;
margin-bottom: 1.75em; }
@ -517,7 +507,7 @@ StScrollBar {
.popup-separator-menu-item {
-gradient-height: 0px;
height: 2px;
margin: 0;
margin: 10px 0px;
background-color: transparent;
background-gradient-direction: none !important;
border: none;
@ -535,7 +525,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
color: white;
color: #ffffff;
background: none;
border: none;
border-radius: 5px;
@ -547,7 +537,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
color: #5294e2; }
color: #5294E2; }
.resize-popup {
color: #BAC3CF;
@ -572,15 +562,14 @@ StScrollBar {
spacing: 8px; }
.switcher-list .item-box {
padding: 8px;
border-radius: 2px;
border: 1px solid transparent; }
border-radius: 2px; }
.switcher-list .item-box:outlined {
padding: 8px;
border: 1px solid #5294e2; }
border: 1px solid #5294E2; }
.switcher-list .item-box:selected {
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2; }
background-color: #5294E2;
border: 1px solid #5294E2; }
.switcher-list .thumbnail-box {
padding: 2px;
spacing: 4px; }
@ -594,7 +583,7 @@ StScrollBar {
border-color: transparent;
color: #BAC3CF; }
.switcher-arrow:highlighted {
color: white; }
color: #ffffff; }
.input-source-switcher-symbol {
font-size: 34pt;
@ -617,10 +606,10 @@ StScrollBar {
.ws-switcher-active-up, .ws-switcher-active-down {
height: 30px;
background-color: #5294e2;
background-color: #5294E2;
background-size: 96px;
border-radius: 2px;
border: 1px solid #5294e2; }
border: 1px solid #5294E2; }
.ws-switcher-active-up {
background-image: url("common-assets/misc/ws-switch-arrow-up.png"); }
@ -636,7 +625,7 @@ StScrollBar {
.tile-preview {
background-color: rgba(82, 148, 226, 0.35);
border: 1px solid #5294e2; }
border: 1px solid #5294E2; }
.tile-preview-left.on-primary {
border-radius: 0px 0 0 0; }
.tile-preview-right.on-primary {
@ -676,7 +665,7 @@ StScrollBar {
-natural-hpadding: 10px !important;
-minimum-hpadding: 6px !important;
font-weight: bold;
color: white !important;
color: #ffffff !important;
transition-duration: 100ms;
border-bottom-width: 1px;
border-color: transparent; }
@ -686,14 +675,14 @@ StScrollBar {
margin-left: 0px;
margin-right: 0px; }
#panel .panel-button:hover {
color: white !important;
color: #ffffff !important;
background-color: rgba(0, 0, 0, 0.17);
border-bottom-width: 1px;
border-color: transparent;
text-shadow: 0 0 transparent; }
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
color: #ffffff !important;
background: #5294e2, url("common-assets/misc/null.svg");
background: #5294E2, url("common-assets/misc/null.svg");
border-image: none;
box-shadow: none;
border-bottom-width: 1px !important;
@ -724,7 +713,7 @@ StScrollBar {
#panel .screencast-indicator {
color: #FC4138; }
#panel .clock-display > * > *:last-child {
color: #5294e2;
color: #5294E2;
margin-left: .3em; }
#panel .popup-menu-arrow {
width: 0; }
@ -752,7 +741,7 @@ StScrollBar {
.system-switch-user-submenu-icon {
icon-size: 24px;
border: 1px solid rgba(0, 0, 0, 0.2); }
border: 1px solid rgba(211, 218, 227, 0.4); }
#appMenu {
spinner-image: url("common-assets/misc/process-working.svg");
@ -765,9 +754,7 @@ StScrollBar {
width: 360px; }
.aggregate-menu .popup-menu-icon {
padding: 0 4px;
color: #D3DAE3; }
.aggregate-menu .popup-menu-item:active .popup-menu-icon {
color: #ffffff; }
color: #D3DAE3 !important; }
.system-menu-action {
padding: 13px;
@ -780,11 +767,11 @@ StScrollBar {
padding: 13px;
color: #D3DAE3 !important;
background-color: transparent !important;
border: 1px solid #5294e2 !important; }
border: 1px solid #5294E2 !important; }
.system-menu-action:active {
color: #ffffff !important;
background-color: #5294e2 !important;
border: 1px solid #5294e2 !important; }
background-color: #5294E2 !important;
border: 1px solid #5294E2 !important; }
.system-menu-action > StIcon {
icon-size: 16px; }
@ -894,11 +881,11 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff !important;
background: #5294e2, url("common-assets/misc/null.svg") !important;
background: #5294E2, url("common-assets/misc/null.svg") !important;
border-width: 0; }
.calendar-day-with-events {
color: #5294e2;
color: #5294E2;
font-weight: bold; }
.calendar-today.calendar-day-with-events {
@ -1019,7 +1006,7 @@ StScrollBar {
padding: 12px;
spacing: 0px; }
.nm-dialog-item:selected {
background-color: #5294e2;
background-color: #5294E2;
color: #ffffff; }
.nm-dialog-icons {
spacing: .5em; }
@ -1075,9 +1062,9 @@ StScrollBar {
.search-entry:hover, .search-entry:focus {
color: #ffffff;
caret-color: #ffffff;
background-color: #5294e2;
background-color: #5294E2;
selection-background-color: #ffffff;
selected-color: #5294e2; }
selected-color: #5294E2; }
.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
color: #ffffff; }
@ -1109,7 +1096,7 @@ StScrollBar {
.list-search-result-title {
font-size: 1.5em;
color: white; }
color: #ffffff; }
.list-search-result-description {
color: #cccccc; }
@ -1157,7 +1144,7 @@ StScrollBar {
.dash-label {
border-radius: 3px;
padding: 4px 12px;
color: white;
color: #ffffff;
background-color: rgba(0, 0, 0, 0.7);
text-align: center;
-x-offset: 3px; }
@ -1270,12 +1257,12 @@ StScrollBar {
.show-apps:hover .overview-icon {
background-gradient-direction: none !important;
background-color: rgba(0, 0, 0, 0.7);
color: #5294e2; }
color: #5294E2; }
.show-apps:active .overview-icon, .show-apps:active .show-apps-icon, .show-apps:checked .overview-icon, .show-apps:checked .show-apps-icon {
background-gradient-direction: none !important;
color: #ffffff;
background-color: #5294e2;
background-color: #5294E2;
box-shadow: none;
transition-duration: 0ms; }
@ -1303,8 +1290,8 @@ StScrollBar {
background-color: rgba(119, 127, 151, 0.45); }
.app-view-control:checked {
color: #ffffff;
background-color: #5294e2;
border-color: #5294e2; }
background-color: #5294E2;
border-color: #5294E2; }
.app-view-control:first-child:ltr, .app-view-control:last-child:rtl {
border-radius: 2px 0 0 2px;
border-right-width: 0; }
@ -1331,7 +1318,7 @@ StScrollBar {
.grid-search-result:active .overview-icon,
.grid-search-result:checked .overview-icon {
background-color: rgba(31, 33, 40, 0.85);
box-shadow: inset 0 0 #5294e2; }
box-shadow: inset 0 0 #5294E2; }
.app-well-app:hover .overview-icon,
.app-well-app:focus .overview-icon,
@ -1363,7 +1350,7 @@ StScrollBar {
.list-search-result, .app-well-app .overview-icon,
.app-well-app.app-folder .overview-icon,
.grid-search-result .overview-icon {
color: white;
color: #ffffff;
border-radius: 2px;
padding: 6px;
border: 1px solid transparent;
@ -1378,12 +1365,11 @@ StScrollBar {
background-color: rgba(60, 64, 78, 0.95); }
.app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon {
color: #ffffff;
background-color: #5294e2;
background-color: #5294E2;
box-shadow: none; }
.app-well-app.app-folder:focus > .overview-icon {
background-color: #5294e2; }
background-color: #5294E2; }
.app-folder-popup {
-arrow-border-radius: 2px;
@ -1419,22 +1405,16 @@ StScrollBar {
padding: 10px 8px 5px 8px;
spacing: 4px; }
.workspace-thumbnails, .workspace-thumbnails:rtl,
.workspace-thumbnails-left,
.workspace-thumbnails-left:rtl {
.workspace-thumbnails {
visible-width: 40px;
spacing: 11px;
padding: 12px; }
.workspace-thumbnails,
.workspace-thumbnails-left:rtl {
padding: 12px;
padding-right: 7px;
border-image: url("common-assets/dash/dash-right.svg") 9 9 9 9; }
.workspace-thumbnails:rtl,
.workspace-thumbnails-left {
padding-left: 7px;
border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; }
.workspace-thumbnails:rtl {
padding: 12px;
padding-left: 7px;
border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; }
.workspace-thumbnail-indicator {
border: 4px solid rgba(82, 148, 226, 0.8);
@ -1495,7 +1475,7 @@ StScrollBar {
padding-bottom: 12px; }
.summary-boxpointer #summary-right-click-menu .popup-menu-item:active {
color: #ffffff;
background-color: #5294e2; }
background-color: #5294E2; }
.summary-boxpointer-stack-scrollview {
max-height: 18em;
padding-top: 8px;
@ -1540,8 +1520,8 @@ StScrollBar {
.summary-source-button:selected .summary-source {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
border: 1px solid #5294e2;
background-color: #5294e2; }
border: 1px solid #5294E2;
background-color: #5294E2; }
.url-highlighter {
link-color: #a9caf1; }
@ -1600,8 +1580,8 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:focus {
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.secondary-icon {
@ -1633,13 +1613,13 @@ StEntry.chat-response {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
StEntry.chat-response:focus {
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.chat-sent {
padding-left: 18pt;
color: #5294e2; }
color: #5294E2; }
.chat-sent:rtl {
padding-left: 0;
padding-right: 18pt; }
@ -1695,7 +1675,7 @@ StEntry.chat-response {
border-left: none; }
.magnifier-zoom-region {
border: 2px solid #5294e2; }
border: 2px solid #5294E2; }
.magnifier-zoom-region.full-screen {
border-width: 0; }
@ -1732,8 +1712,8 @@ StEntry.chat-response {
.keyboard-key:active, .keyboard-key:checked {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
border: 1px solid #5294e2;
background-color: #5294e2; }
border: 1px solid #5294E2;
background-color: #5294E2; }
.keyboard-key:grayed {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #5d626e;
@ -1766,7 +1746,7 @@ StEntry.chat-response {
border-radius: 2px;
color: #BAC3CF; }
.candidate-box:selected, .candidate-box:hover {
background-color: #5294e2;
background-color: #5294E2;
color: #ffffff; }
.candidate-page-button-box {
@ -1824,8 +1804,8 @@ StEntry.chat-response {
.login-dialog .modal-dialog-button:default:active {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.login-dialog .modal-dialog-button:default:insensitive {
text-shadow: 0 1px rgba(64, 69, 82, 0);
@ -1872,10 +1852,10 @@ StEntry.chat-response {
padding: .2em;
width: 23em; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus {
background-color: #5294e2;
background-color: #5294E2;
color: #ffffff; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
border-right: 2px solid #5294e2; }
border-right: 2px solid #5294E2; }
.login-dialog-user-list-item {
border-radius: 5px;
@ -1886,7 +1866,7 @@ StEntry.chat-response {
.login-dialog-user-list-item:rtl {
padding-left: 1em; }
.login-dialog-user-list-item:hover {
background-color: #5294e2;
background-color: #5294E2;
color: #ffffff; }
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
height: 2px;
@ -2021,11 +2001,11 @@ StEntry.chat-response {
padding-left: .3em;
padding-right: .3em; }
#LookingGlassDialog .notebook-tab:hover {
color: white;
color: #ffffff;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog .notebook-tab:selected {
border-bottom-width: 0px;
color: #5294e2;
color: #5294E2;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog StBoxLayout#EvalBox {
padding: 4px;
@ -2034,7 +2014,7 @@ StEntry.chat-response {
spacing: 4px; }
.lg-dialog StEntry {
selection-background-color: #5294e2;
selection-background-color: #5294E2;
selected-color: #ffffff;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
@ -2042,8 +2022,8 @@ StEntry.chat-response {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.lg-dialog StEntry:focus {
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.lg-dialog .shell-link {

View File

@ -54,7 +54,7 @@ stage {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5c616c;
background-color: #fbfbfc;
border: 1px solid #5294e2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); }
.popup-menu .modal-dialog-button:hover {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -66,13 +66,13 @@ stage {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5c616c;
background-color: #fbfbfc;
border: 1px solid #5294e2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); }
.popup-menu .modal-dialog-button:active, .popup-menu .modal-dialog-button:active:focus {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.popup-menu .modal-dialog-button:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -112,15 +112,15 @@ stage {
.hotplug-notification-item:focus,
.hotplug-resident-eject-button:focus,
.modal-dialog-button:focus, .modal-dialog-button-box .button:focus, .notification-button:focus, .notification-icon-button:focus, .hotplug-resident-mount:focus {
color: #5294e2; }
color: #5294E2; }
.candidate-page-button:active,
.hotplug-notification-item:active,
.hotplug-resident-eject-button:active,
.modal-dialog-button:active, .modal-dialog-button-box .button:active, .notification-button:active, .notification-icon-button:active, .hotplug-resident-mount:active {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
border: 1px solid #5294e2;
background-color: #5294e2; }
border: 1px solid #5294E2;
background-color: #5294E2; }
.candidate-page-button:insensitive,
.hotplug-notification-item:insensitive,
.hotplug-resident-eject-button:insensitive,
@ -134,7 +134,7 @@ StEntry {
font-size: 1em;
padding: 7px;
caret-size: 1px;
selection-background-color: #5294e2;
selection-background-color: #5294E2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -146,7 +146,7 @@ StEntry {
StEntry:focus, StEntry:hover {
color: #5c616c;
background-color: #ffffff;
border: 1px solid #5294e2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
StEntry:insensitive {
color: rgba(92, 97, 108, 0.55);
@ -180,26 +180,23 @@ StScrollBar {
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #c7c9cd; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #5294e2; }
background-color: #5294E2; }
.slider {
-slider-height: 4px;
-slider-background-color: #cfd6e6;
-slider-border-color: transparent;
-slider-active-background-color: #5294e2;
-slider-active-border-color: transparent;
-slider-background-color: #cfd6e6 !important;
-slider-border-color: transparent !important;
-slider-active-background-color: #5294E2 !important;
-slider-active-border-color: transparent !important;
-slider-border-width: 0;
-slider-handle-radius: 0px;
-slider-handle-border-color: transparent;
-slider-handle-border-width: 0;
-slider-handle-radius: 4px;
-slider-handle-border-color: transparent !important;
-slider-handle-border-width: 0 !important;
height: 18px;
border: 0 solid transparent;
border-right-width: 1px;
border-left-width: 5px;
color: transparent; }
.popup-menu-item:active .slider {
-slider-background-color: rgba(0, 0, 0, 0.2);
-slider-active-background-color: #ffffff; }
.check-box StBoxLayout {
spacing: .8em; }
@ -221,14 +218,11 @@ StScrollBar {
.toggle-switch {
width: 50px;
height: 20px;
background-size: contain;
background-image: url("light-assets/switch/switch-off.svg"); }
.toggle-switch:checked {
background-image: url("light-assets/switch/switch-on.svg"); }
.popup-menu-item:active .toggle-switch {
background-image: url("common-assets/switch/switch-off-selected.svg"); }
.popup-menu-item:active .toggle-switch:checked {
background-image: url("common-assets/switch/switch-on-selected.svg"); }
background-size: contain; }
.toggle-switch-us, .toggle-switch-intl {
background-image: url("light-assets/switch/switch-off.svg"); }
.toggle-switch-us:checked, .toggle-switch-intl:checked {
background-image: url("light-assets/switch/switch-on.svg"); }
.shell-link {
color: #2679db; }
@ -327,15 +321,15 @@ StScrollBar {
color: #686d7a;
font-size: 8pt; }
.end-session-dialog .modal-dialog-button:last-child {
color: white;
color: #ffffff;
background-color: #F04A50;
border-color: #F04A50; }
.end-session-dialog .modal-dialog-button:last-child:hover {
color: white;
color: #ffffff;
background-color: #f47479;
border-color: #f47479; }
.end-session-dialog .modal-dialog-button:last-child:active {
color: white;
color: #ffffff;
background-color: #ee3239;
border-color: #ee3239; }
@ -459,7 +453,7 @@ StScrollBar {
background-gradient-direction: none !important;
border-image: url("light-assets/menu/submenu.svg") 9 9 9 9; }
.popup-menu .popup-submenu-menu-item:open {
color: #5c616c;
color: #5c616c !important;
background: none !important;
box-shadow: none;
border-image: url("light-assets/menu/submenu-open.svg") 9 9 9 9; }
@ -472,22 +466,18 @@ StScrollBar {
.popup-menu .popup-menu-item:rtl {
padding: .4em 0em .4em 3em; }
.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected {
color: #ffffff;
color: #5c616c !important;
background-color: transparent;
border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; }
border-image: url("light-assets/menu/menu-hover.svg") 9 9 1 1; }
.popup-menu .popup-menu-item:insensitive {
color: rgba(92, 97, 108, 0.5);
color: rgba(92, 97, 108, 0.5) !important;
background: none; }
.popup-menu .popup-inactive-menu-item {
color: #5c616c; }
.popup-menu .popup-inactive-menu-item:insensitive {
color: rgba(92, 97, 108, 0.55); }
.popup-menu .popup-status-menu-item,
.popup-menu .popup-subtitle-menu-item {
color: #5c616c; }
.popup-menu .popup-menu-item:active .popup-status-menu-item,
.popup-menu .popup-menu-item:active .popup-subtitle-menu-item {
color: #ffffff; }
.popup-menu .popup-status-menu-item, .popup-menu .popup-subtitle-menu-item {
color: #5c616c !important; }
.popup-menu.panel-menu {
-boxpointer-gap: 0px;
margin-bottom: 1.75em; }
@ -517,7 +507,7 @@ StScrollBar {
.popup-separator-menu-item {
-gradient-height: 0px;
height: 2px;
margin: 0;
margin: 10px 0px;
background-color: transparent;
background-gradient-direction: none !important;
border: none;
@ -535,7 +525,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
color: white;
color: #ffffff;
background: none;
border: none;
border-radius: 5px;
@ -547,7 +537,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
color: #5294e2; }
color: #5294E2; }
.resize-popup {
color: #BAC3CF;
@ -572,15 +562,14 @@ StScrollBar {
spacing: 8px; }
.switcher-list .item-box {
padding: 8px;
border-radius: 2px;
border: 1px solid transparent; }
border-radius: 2px; }
.switcher-list .item-box:outlined {
padding: 8px;
border: 1px solid #5294e2; }
border: 1px solid #5294E2; }
.switcher-list .item-box:selected {
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2; }
background-color: #5294E2;
border: 1px solid #5294E2; }
.switcher-list .thumbnail-box {
padding: 2px;
spacing: 4px; }
@ -594,7 +583,7 @@ StScrollBar {
border-color: transparent;
color: #BAC3CF; }
.switcher-arrow:highlighted {
color: white; }
color: #ffffff; }
.input-source-switcher-symbol {
font-size: 34pt;
@ -617,10 +606,10 @@ StScrollBar {
.ws-switcher-active-up, .ws-switcher-active-down {
height: 30px;
background-color: #5294e2;
background-color: #5294E2;
background-size: 96px;
border-radius: 2px;
border: 1px solid #5294e2; }
border: 1px solid #5294E2; }
.ws-switcher-active-up {
background-image: url("common-assets/misc/ws-switch-arrow-up.png"); }
@ -636,7 +625,7 @@ StScrollBar {
.tile-preview {
background-color: rgba(82, 148, 226, 0.35);
border: 1px solid #5294e2; }
border: 1px solid #5294E2; }
.tile-preview-left.on-primary {
border-radius: 0px 0 0 0; }
.tile-preview-right.on-primary {
@ -676,7 +665,7 @@ StScrollBar {
-natural-hpadding: 10px !important;
-minimum-hpadding: 6px !important;
font-weight: bold;
color: white !important;
color: #ffffff !important;
transition-duration: 100ms;
border-bottom-width: 1px;
border-color: transparent; }
@ -686,14 +675,14 @@ StScrollBar {
margin-left: 0px;
margin-right: 0px; }
#panel .panel-button:hover {
color: white !important;
color: #ffffff !important;
background-color: rgba(0, 0, 0, 0.17);
border-bottom-width: 1px;
border-color: transparent;
text-shadow: 0 0 transparent; }
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
color: #ffffff !important;
background: #5294e2, url("common-assets/misc/null.svg");
background: #5294E2, url("common-assets/misc/null.svg");
border-image: none;
box-shadow: none;
border-bottom-width: 1px !important;
@ -724,7 +713,7 @@ StScrollBar {
#panel .screencast-indicator {
color: #FC4138; }
#panel .clock-display > * > *:last-child {
color: #5294e2;
color: #5294E2;
margin-left: .3em; }
#panel .popup-menu-arrow {
width: 0; }
@ -752,7 +741,7 @@ StScrollBar {
.system-switch-user-submenu-icon {
icon-size: 24px;
border: 1px solid rgba(0, 0, 0, 0.2); }
border: 1px solid rgba(92, 97, 108, 0.4); }
#appMenu {
spinner-image: url("common-assets/misc/process-working.svg");
@ -765,9 +754,7 @@ StScrollBar {
width: 360px; }
.aggregate-menu .popup-menu-icon {
padding: 0 4px;
color: #5c616c; }
.aggregate-menu .popup-menu-item:active .popup-menu-icon {
color: #ffffff; }
color: #5c616c !important; }
.system-menu-action {
padding: 13px;
@ -780,11 +767,11 @@ StScrollBar {
padding: 13px;
color: #5c616c !important;
background-color: transparent !important;
border: 1px solid #5294e2 !important; }
border: 1px solid #5294E2 !important; }
.system-menu-action:active {
color: #ffffff !important;
background-color: #5294e2 !important;
border: 1px solid #5294e2 !important; }
background-color: #5294E2 !important;
border: 1px solid #5294E2 !important; }
.system-menu-action > StIcon {
icon-size: 16px; }
@ -894,11 +881,11 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff !important;
background: #5294e2, url("common-assets/misc/null.svg") !important;
background: #5294E2, url("common-assets/misc/null.svg") !important;
border-width: 0; }
.calendar-day-with-events {
color: #5294e2;
color: #5294E2;
font-weight: bold; }
.calendar-today.calendar-day-with-events {
@ -1019,7 +1006,7 @@ StScrollBar {
padding: 12px;
spacing: 0px; }
.nm-dialog-item:selected {
background-color: #5294e2;
background-color: #5294E2;
color: #ffffff; }
.nm-dialog-icons {
spacing: .5em; }
@ -1075,9 +1062,9 @@ StScrollBar {
.search-entry:hover, .search-entry:focus {
color: #ffffff;
caret-color: #ffffff;
background-color: #5294e2;
background-color: #5294E2;
selection-background-color: #ffffff;
selected-color: #5294e2; }
selected-color: #5294E2; }
.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
color: #ffffff; }
@ -1109,7 +1096,7 @@ StScrollBar {
.list-search-result-title {
font-size: 1.5em;
color: white; }
color: #ffffff; }
.list-search-result-description {
color: #cccccc; }
@ -1157,7 +1144,7 @@ StScrollBar {
.dash-label {
border-radius: 3px;
padding: 4px 12px;
color: white;
color: #ffffff;
background-color: rgba(0, 0, 0, 0.7);
text-align: center;
-x-offset: 3px; }
@ -1270,12 +1257,12 @@ StScrollBar {
.show-apps:hover .overview-icon {
background-gradient-direction: none !important;
background-color: rgba(0, 0, 0, 0.7);
color: #5294e2; }
color: #5294E2; }
.show-apps:active .overview-icon, .show-apps:active .show-apps-icon, .show-apps:checked .overview-icon, .show-apps:checked .show-apps-icon {
background-gradient-direction: none !important;
color: #ffffff;
background-color: #5294e2;
background-color: #5294E2;
box-shadow: none;
transition-duration: 0ms; }
@ -1303,8 +1290,8 @@ StScrollBar {
background-color: rgba(119, 127, 151, 0.45); }
.app-view-control:checked {
color: #ffffff;
background-color: #5294e2;
border-color: #5294e2; }
background-color: #5294E2;
border-color: #5294E2; }
.app-view-control:first-child:ltr, .app-view-control:last-child:rtl {
border-radius: 2px 0 0 2px;
border-right-width: 0; }
@ -1331,7 +1318,7 @@ StScrollBar {
.grid-search-result:active .overview-icon,
.grid-search-result:checked .overview-icon {
background-color: rgba(31, 33, 40, 0.85);
box-shadow: inset 0 0 #5294e2; }
box-shadow: inset 0 0 #5294E2; }
.app-well-app:hover .overview-icon,
.app-well-app:focus .overview-icon,
@ -1363,7 +1350,7 @@ StScrollBar {
.list-search-result, .app-well-app .overview-icon,
.app-well-app.app-folder .overview-icon,
.grid-search-result .overview-icon {
color: white;
color: #ffffff;
border-radius: 2px;
padding: 6px;
border: 1px solid transparent;
@ -1378,12 +1365,11 @@ StScrollBar {
background-color: rgba(60, 64, 78, 0.95); }
.app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon {
color: #ffffff;
background-color: #5294e2;
background-color: #5294E2;
box-shadow: none; }
.app-well-app.app-folder:focus > .overview-icon {
background-color: #5294e2; }
background-color: #5294E2; }
.app-folder-popup {
-arrow-border-radius: 2px;
@ -1419,22 +1405,16 @@ StScrollBar {
padding: 10px 8px 5px 8px;
spacing: 4px; }
.workspace-thumbnails, .workspace-thumbnails:rtl,
.workspace-thumbnails-left,
.workspace-thumbnails-left:rtl {
.workspace-thumbnails {
visible-width: 40px;
spacing: 11px;
padding: 12px; }
.workspace-thumbnails,
.workspace-thumbnails-left:rtl {
padding: 12px;
padding-right: 7px;
border-image: url("common-assets/dash/dash-right.svg") 9 9 9 9; }
.workspace-thumbnails:rtl,
.workspace-thumbnails-left {
padding-left: 7px;
border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; }
.workspace-thumbnails:rtl {
padding: 12px;
padding-left: 7px;
border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; }
.workspace-thumbnail-indicator {
border: 4px solid rgba(82, 148, 226, 0.8);
@ -1495,7 +1475,7 @@ StScrollBar {
padding-bottom: 12px; }
.summary-boxpointer #summary-right-click-menu .popup-menu-item:active {
color: #ffffff;
background-color: #5294e2; }
background-color: #5294E2; }
.summary-boxpointer-stack-scrollview {
max-height: 18em;
padding-top: 8px;
@ -1540,8 +1520,8 @@ StScrollBar {
.summary-source-button:selected .summary-source {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
border: 1px solid #5294e2;
background-color: #5294e2; }
border: 1px solid #5294E2;
background-color: #5294E2; }
.url-highlighter {
link-color: #2679db; }
@ -1600,8 +1580,8 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:focus {
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.secondary-icon {
@ -1633,13 +1613,13 @@ StEntry.chat-response {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
StEntry.chat-response:focus {
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.chat-sent {
padding-left: 18pt;
color: #5294e2; }
color: #5294E2; }
.chat-sent:rtl {
padding-left: 0;
padding-right: 18pt; }
@ -1695,7 +1675,7 @@ StEntry.chat-response {
border-left: none; }
.magnifier-zoom-region {
border: 2px solid #5294e2; }
border: 2px solid #5294E2; }
.magnifier-zoom-region.full-screen {
border-width: 0; }
@ -1732,8 +1712,8 @@ StEntry.chat-response {
.keyboard-key:active, .keyboard-key:checked {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
border: 1px solid #5294e2;
background-color: #5294e2; }
border: 1px solid #5294E2;
background-color: #5294E2; }
.keyboard-key:grayed {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5d626e;
@ -1766,7 +1746,7 @@ StEntry.chat-response {
border-radius: 2px;
color: #BAC3CF; }
.candidate-box:selected, .candidate-box:hover {
background-color: #5294e2;
background-color: #5294E2;
color: #ffffff; }
.candidate-page-button-box {
@ -1824,8 +1804,8 @@ StEntry.chat-response {
.login-dialog .modal-dialog-button:default:active {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.login-dialog .modal-dialog-button:default:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -1872,10 +1852,10 @@ StEntry.chat-response {
padding: .2em;
width: 23em; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus {
background-color: #5294e2;
background-color: #5294E2;
color: #ffffff; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
border-right: 2px solid #5294e2; }
border-right: 2px solid #5294E2; }
.login-dialog-user-list-item {
border-radius: 5px;
@ -1886,7 +1866,7 @@ StEntry.chat-response {
.login-dialog-user-list-item:rtl {
padding-left: 1em; }
.login-dialog-user-list-item:hover {
background-color: #5294e2;
background-color: #5294E2;
color: #ffffff; }
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
height: 2px;
@ -2021,11 +2001,11 @@ StEntry.chat-response {
padding-left: .3em;
padding-right: .3em; }
#LookingGlassDialog .notebook-tab:hover {
color: white;
color: #ffffff;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog .notebook-tab:selected {
border-bottom-width: 0px;
color: #5294e2;
color: #5294E2;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog StBoxLayout#EvalBox {
padding: 4px;
@ -2034,7 +2014,7 @@ StEntry.chat-response {
spacing: 4px; }
.lg-dialog StEntry {
selection-background-color: #5294e2;
selection-background-color: #5294E2;
selected-color: #ffffff;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
@ -2042,8 +2022,8 @@ StEntry.chat-response {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.lg-dialog StEntry:focus {
color: #ffffff;
background-color: #5294e2;
border: 1px solid #5294e2;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.lg-dialog .shell-link {

View File

@ -0,0 +1,18 @@
var gulp = require("gulp");
var sass = require("gulp-sass");
var filter = require('gulp-filter');
gulp.task('sass', function () {
return gulp.src('sass/*.scss')
.pipe(sass({
outputStyle: 'nested',
precision: 5,
onError: function (err) {
notify().write(err);
}
}))
.pipe(gulp.dest('.'))
});
gulp.task('default', ['sass']);

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -22,22 +20,6 @@
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
@ -79,33 +61,6 @@
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"
@ -115,8 +70,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-12.701718"
inkscape:cy="-4.172704"
inkscape:cx="-9.3871547"
inkscape:cy="3.2519169"
inkscape:document-units="px"
inkscape:current-layer="checkbox-checked-dark"
showgrid="true"
@ -150,7 +105,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -208,7 +163,7 @@
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"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;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>
@ -241,7 +196,7 @@
height="1.9999826"
width="5"
id="rect3977-39"
style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" />
style="fill:#ffffff;fill-opacity:1;stroke:none" />
<rect
ry="0"
y="1027.3622"
@ -249,7 +204,7 @@
height="7.9999828"
width="2"
id="rect3979-7"
style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" />
style="fill:#ffffff;fill-opacity:1;stroke:none" />
</g>
<rect
style="fill:#eeeeee;fill-opacity:0;stroke:none"

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -22,22 +20,6 @@
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
@ -79,33 +61,6 @@
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"
@ -115,8 +70,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-16.237251"
inkscape:cy="2.8983635"
inkscape:cx="-9.3871547"
inkscape:cy="3.2519169"
inkscape:document-units="px"
inkscape:current-layer="checkbox-checked-dark"
showgrid="true"
@ -208,7 +163,7 @@
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"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;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>
@ -241,7 +196,7 @@
height="1.9999826"
width="5"
id="rect3977-39"
style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" />
style="fill:#ffffff;fill-opacity:1;stroke:none" />
<rect
ry="0"
y="1027.3622"
@ -249,7 +204,7 @@
height="7.9999828"
width="2"
id="rect3979-7"
style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" />
style="fill:#ffffff;fill-opacity:1;stroke:none" />
</g>
<rect
style="fill:#eeeeee;fill-opacity:0;stroke:none"

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -22,14 +20,6 @@
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
@ -49,15 +39,6 @@
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"
@ -67,8 +48,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-9.8744294"
inkscape:cy="-1.1201818"
inkscape:cx="5.9470841"
inkscape:cy="-0.94340514"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -145,7 +126,7 @@
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"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#5294e2;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"

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -0,0 +1,97 @@
<?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="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" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="4.0327991"
inkscape:cy="13.945988"
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,0.93939391,71.275885,281.90766)"
id="g6908">
<rect
y="108"
x="1011"
height="33"
width="348"
id="rect5271"
style="opacity:0.03999999;fill:#000000;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>
<rect
style="opacity:0.08999999;fill:#000000;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="rect4141"
width="23.99999"
height="1"
x="141"
y="382.36221" />
<rect
style="opacity:0.08999999;fill:#000000;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="rect4141-5"
width="23.99999"
height="1"
x="141"
y="414.36221" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -35,8 +33,8 @@
bordercolor="#666666"
borderopacity="1"
inkscape:current-layer="layer12"
inkscape:cx="-2.7030998"
inkscape:cy="8.9526136"
inkscape:cx="-21.616809"
inkscape:cy="2.0293849"
gridtolerance="10"
inkscape:guide-bbox="true"
guidetolerance="10"
@ -62,7 +60,7 @@
inkscape:window-width="1366"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:zoom="22.627417">
inkscape:zoom="5.6568543">
<inkscape:grid
empspacing="2"
enabled="true"
@ -93,26 +91,7 @@
<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>
id="defs7386" />
<g
inkscape:groupmode="layer"
id="layer9"
@ -164,9 +143,27 @@
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" />
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:#5294e2;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:#5294e2;fill-opacity:1;stroke:none"
width="1"
x="111.0002"
y="749" />
<rect
height="1"
id="rect6050"
rx="0"
ry="1"
style="fill:#5294e2;fill-opacity:1;stroke:none"
width="1"
x="111.0002"
y="760" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -35,8 +33,8 @@
bordercolor="#666666"
borderopacity="1"
inkscape:current-layer="layer12"
inkscape:cx="-7.294807"
inkscape:cy="8.6950689"
inkscape:cx="3.892693"
inkscape:cy="8.8200689"
gridtolerance="10"
inkscape:guide-bbox="true"
guidetolerance="10"
@ -93,26 +91,7 @@
<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>
id="defs7386" />
<g
inkscape:groupmode="layer"
id="layer9"
@ -164,9 +143,29 @@
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" />
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:#5294e2;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:#5294e2;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:#5294e2;fill-opacity:1;stroke:none"
transform="scale(-1,1)"
width="1"
x="-326.00021"
y="760" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -19,25 +17,7 @@
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>
id="defs6623" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -45,9 +25,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.4"
inkscape:cx="-1.7535755"
inkscape:cy="27.530692"
inkscape:zoom="5.6"
inkscape:cx="28.080846"
inkscape:cy="10.089671"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -78,7 +58,7 @@
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"
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;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"

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -19,42 +17,7 @@
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>
id="defs5997" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -63,8 +26,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:cx="4.1830863"
inkscape:cy="8.1637646"
inkscape:cx="-1.0255127"
inkscape:cy="10.941684"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -95,7 +58,7 @@
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"
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;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"
@ -134,7 +97,7 @@
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" />
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" />
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -19,25 +17,7 @@
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>
id="defs5997" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -46,8 +26,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:cx="-12.326594"
inkscape:cy="10.815415"
inkscape:cx="-1.0255127"
inkscape:cy="10.941684"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -68,7 +48,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -78,7 +58,7 @@
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"
style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#5294e2;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"

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -19,35 +17,7 @@
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="16"
y1="1020.3622"
x2="16"
y2="1052.3622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4155"
x1="2"
y1="1020.3622"
x2="2"
y2="1052.3622"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.3333334,0,0,1.032258,-0.6666669,-33.431046)" />
</defs>
id="defs6623" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -55,12 +25,12 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="7.9999996"
inkscape:cx="-2.9365108"
inkscape:cy="15.119182"
inkscape:zoom="11.313708"
inkscape:cx="19.142243"
inkscape:cy="21.759802"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
showgrid="false"
units="px"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
@ -78,7 +48,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -88,7 +58,7 @@
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:url(#linearGradient4140);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#5294e2;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"
@ -97,16 +67,10 @@
rx="1.5"
ry="1.5" />
<path
style="display:inline;opacity:1;fill:url(#linearGradient4155);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 3,1020.3622 1,0 0,32 -1,0 c -1.6620002,0 -3.0000002,-0.7025 -3.0000002,-1.5751 l 0,-28.8498 c 0,-0.8726 1.338,-1.5751 3.0000002,-1.5751 z"
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#2879db;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z"
id="rect4162-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccssss" />
<path
style="display:inline;opacity: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:0.08095236"
d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465002,0 -2.2500002,-0.6805 -2.2500002,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.2500002,-1.5259 z"
id="rect4162-5-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccssss" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -19,26 +17,7 @@
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="stop4153" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4155"
x1="2"
y1="1020.3622"
x2="2"
y2="1052.3622"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.3333334,0,0,1.032258,-0.66666666,-33.431038)" />
</defs>
id="defs6623" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -47,8 +26,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-3.6188723"
inkscape:cy="36.101629"
inkscape:cx="-0.89235979"
inkscape:cy="34.935138"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
@ -88,15 +67,9 @@
rx="1.5"
ry="1.5" />
<path
style="display:inline;opacity:1;fill:url(#linearGradient4155);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 3,1020.3622 1,0 0,32 -1,0 c -1.662,0 -3,-0.7025 -3,-1.5751 l 0,-28.8498 c 0,-0.8726 1.338,-1.5751 3,-1.5751 z"
id="rect4162-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccssss" />
<path
style="display:inline;opacity: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:0.08095238"
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#2879db;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z"
id="rect4162-5-7"
id="rect4162-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccssss" />
</g>

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -2,13 +2,11 @@
<!-- 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"
@ -19,22 +17,6 @@
sodipodi:docname="switch-on.svg">
<defs
id="defs7541">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4181" />
</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
@ -109,42 +91,6 @@
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" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4183"
x1="980.04999"
y1="-456.09485"
x2="980.04999"
y2="-454.09487"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4185"
x1="981.54999"
y1="-462.09485"
x2="981.54999"
y2="-454.09487"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4187"
x1="41"
y1="1032.3622"
x2="41"
y2="1050.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -153,10 +99,10 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="8.2495795"
inkscape:cx="1.2517535"
inkscape:cy="0.45938131"
inkscape:current-layer="switch-active-2"
inkscape:zoom="32.998318"
inkscape:cx="6.3160735"
inkscape:cy="9.1853829"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
@ -194,7 +140,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -229,7 +175,7 @@
x="0"
y="1029.3622" />
<rect
style="fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="rect2987-0-8"
width="50"
height="20"
@ -238,7 +184,7 @@
ry="11"
rx="11" />
<circle
style="fill:url(#linearGradient4187);fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path3759-0"
cx="41"
cy="1041.3622"
@ -258,7 +204,7 @@
height="1.9999826"
width="5"
id="rect3977-39-2"
style="display:inline;opacity:1;fill:url(#linearGradient4183);fill-opacity:1;stroke:none" />
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" />
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="0"
@ -267,7 +213,7 @@
height="7.9999828"
width="2"
id="rect3979-7-0"
style="display:inline;opacity:1;fill:url(#linearGradient4185);fill-opacity:1;stroke:none" />
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" />
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Some files were not shown because too many files have changed in this diff Show More