[gnome-themes-standard] typo fix



commit 674b69d1bbbc8582030abefc746d48480606e8fb
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Mon Jun 9 22:37:26 2014 +0200

    typo fix

 themes/Adwaita/gtk-3.0/_common.scss           |    4 +-
 themes/Adwaita/gtk-3.0/gtk-contained-dark.css | 1820 +------------------------
 themes/Adwaita/gtk-3.0/gtk-contained.css      | 1820 +------------------------
 3 files changed, 66 insertions(+), 3578 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index 6035065..608abc5 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -318,7 +318,7 @@
   }
 }
 
-%undercorated_button {
+%undecorated_button {
   border-color: transparent;
   background-color: transparent;
   background-image: none;
@@ -369,7 +369,7 @@ GtkColorButton.button { padding: 4px; } // Uniform padding on the GtkColorButton
 
 GtkLinkButton.button {
   color: $selected_bg_color; //FIXME use a proper color
-  @extend %undercorated_button;
+  @extend %undecorated_button;
   text-shadow: none;
   &:hover, &:active {
     color: mix($fg_color, $selected_bg_color, 40%); //FIXME same here
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index 8c907a5..a8c9547 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -1,1790 +1,34 @@
-/* GTK NAMED COLORS */
- define-color theme_fg_color #eeeeec;
- define-color theme_bg_color #393f3f;
- define-color theme_base_color #333333;
- define-color theme_selected_bg_color #215d9c;
- define-color theme_selected_fg_color white;
- define-color insensitive_bg_color #363a3a;
- define-color insensitive_fg_color #939695;
- define-color warning_color #f57900;
- define-color error_color #cc0000;
- define-color success_color #5aa411;
- define-color wm_title shade(#eeeeec, 1.8);
- define-color wm_unfocused_title #c9cbc9;
- define-color wm_highlight rgba(238, 238, 236, 0.1);
- define-color wm_title_highlight rgba(238, 238, 236, 0.1);
- define-color wm_title_shadow rgba(238, 238, 236, 0.1);
-* {
-  engine: adwaita;
-  padding: 0;
-  -GtkToolButton-icon-spacing: 4;
-  -GtkTextView-error-underline-color: #cc0000;
-  -GtkPaned-handle-size: 0;
-  -GtkCheckButton-indicator-size: 16;
-  -GtkCheckMenuItem-indicator-size: 12;
-  -GtkScrolledWindow-scrollbar-spacing: 0;
-  -GtkScrolledWindow-scrollbars-within-bevel: 1;
-  -GtkToolItemGroup-expander-size: 11;
-  -GtkExpander-expander-size: 11;
-  -GtkTreeView-expander-size: 11;
-  -GtkTreeView-horizontal-separator: 4;
-  -GtkMenu-horizontal-padding: 0;
-  -GtkMenu-vertical-padding: 0;
-  -GtkWidget-link-color: #2a76c6;
-  -GtkWidget-visited-link-color: #2a76c6;
-  -GtkWidget-focus-padding: 2;
-  -GtkWidget-focus-line-width: 1;
-  -GtkWindow-resize-grip-width: 0;
-  -GtkWindow-resize-grip-height: 0;
-  -GtkDialog-button-spacing: 0;
-  -GtkDialog-action-area-border: 0;
-  outline-color: rgba(238, 238, 236, 0.3);
-  outline-style: dashed;
-  outline-offset: -3px;
-  outline-width: 1px;
-  outline-radius: 2px; }
-
-/***************
- * Base States *
- ***************/
-.background {
-  color: #eeeeec;
-  background-color: #393f3f; }
-
-.background:backdrop {
-  text-shadow: none;
-  icon-shadow: none;
-  color: white;
-  background-color: #393f3f; }
-
 /*
-   These wildcard seems unavoidable, need to investigate.
-   Wildcards are bad and troublesome, use them with care,
-   or better, just don't.
-   Everytime a wildcard is used a kitten dies, painfully.
+Sass::SyntaxError: "GtkLinkButton.button:hover" failed to @extend "%undercorated_button".
+The selector "%undercorated_button" was not found.
+Use "@extend %undercorated_button !optional" if the extend should be able to fail.
+
+
+Backtrace:
+_common.scss:376
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/tree/visitors/extend.rb:61:in `block in check_extends_fired!'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/util/subset_map.rb:106:in `block in each_value'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/util/subset_map.rb:106:in `each'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/util/subset_map.rb:106:in `each_value'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/tree/visitors/extend.rb:50:in `check_extends_fired!'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/tree/visitors/extend.rb:16:in `visit'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/tree/root_node.rb:39:in `css_tree'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/tree/root_node.rb:20:in `render'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/engine.rb:274:in `render'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/plugin/compiler.rb:378:in `update_stylesheet'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/plugin/compiler.rb:189:in `block in update_stylesheets'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/plugin/compiler.rb:186:in `each'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/plugin/compiler.rb:186:in `update_stylesheets'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/plugin/compiler.rb:357:in `on_file_changed'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/plugin/compiler.rb:250:in `block in watch'
+/usr/local/share/gems/gems/sass-3.3.8/vendor/listen/lib/listen/listener.rb:252:in `call'
+/usr/local/share/gems/gems/sass-3.3.8/vendor/listen/lib/listen/listener.rb:252:in `on_change'
+/usr/local/share/gems/gems/sass-3.3.8/vendor/listen/lib/listen/listener.rb:290:in `block in 
initialize_adapter'
+/usr/local/share/gems/gems/sass-3.3.8/vendor/listen/lib/listen/adapters/polling.rb:48:in `call'
+/usr/local/share/gems/gems/sass-3.3.8/vendor/listen/lib/listen/adapters/polling.rb:48:in 
`poll_changed_directories'
+/usr/local/share/gems/gems/sass-3.3.8/vendor/listen/lib/listen/adapter.rb:299:in `block in start_poller'
 */
-*:insensitive {
-  -gtk-image-effect: dim; }
-
-*:hover {
-  -gtk-image-effect: highlight; }
-
-.gtkstyle-fallback {
-  background-color: #393f3f;
-  color: #eeeeec; }
-  .gtkstyle-fallback:prelight {
-    background-color: #515a5a;
-    color: #eeeeec; }
-  .gtkstyle-fallback:active {
-    background-color: #212424;
-    color: #eeeeec; }
-  .gtkstyle-fallback:insensitive {
-    background-color: #363a3a;
-    color: #939695; }
-  .gtkstyle-fallback:selected {
-    background-color: #215d9c;
-    color: white; }
-
-.view {
-  background-color: #333333;
-  color: #eeeeec; }
-
-/*********************
- * Spinner Animation *
- *********************/
- keyframes spin {
-  to {
-    -gtk-icon-transform: rotate(1turn); } }
-.spinner {
-  background-image: none;
-  background-color: blue;
-  opacity: 0;
-  -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }
-  .spinner:active {
-    opacity: 1;
-    animation: spin 1s linear infinite; }
-    .spinner:active:insensitive {
-      opacity: 0.5; }
-
-/****************
- * Text Entries *
- ****************/
-.entry {
-  padding: 4px;
-  border-radius: 3px;
-  transition: all 200ms ease-out;
-  background-color: transparent;
-  border-style: solid;
-  border-width: 1px;
-  background-image: linear-gradient(to bottom, #2b2b2b, #333333 90%);
-  border-color: #1c1f1f;
-  box-shadow: inset 0 2px 2px -2px #191919, 0 1px rgba(238, 238, 236, 0.1); }
-  .entry:focus {
-    background-color: transparent;
-    border-style: solid;
-    border-width: 1px;
-    background-image: linear-gradient(to bottom, #2b2b2b, #333333 90%);
-    border-color: #0f2b48;
-    box-shadow: inset 0 2px 2px -2px #191919, inset 0 0 1px 1px #215d9c, 0 1px rgba(238, 238, 236, 0.1); }
-  .entry:insensitive {
-    background-color: transparent;
-    border-style: solid;
-    border-width: 1px;
-    background-image: linear-gradient(to bottom, #2b2b2b, #333333 90%);
-    color: #939695;
-    border-color: #1c1f1f;
-    background-image: linear-gradient(to bottom, #363a3a);
-    box-shadow: 0 1px rgba(238, 238, 236, 0.1); }
-  .entry:backdrop {
-    background-color: transparent;
-    border-style: solid;
-    border-width: 1px;
-    background-image: linear-gradient(to bottom, #2b2b2b, #333333 90%);
-    color: #c9cbc9;
-    background-image: linear-gradient(to bottom, #262626);
-    box-shadow: 0 1px rgba(255, 255, 255, 0); }
-  .entry:backdrop:insensitive {
-    background-color: transparent;
-    border-style: solid;
-    border-width: 1px;
-    background-image: linear-gradient(to bottom, #2b2b2b, #333333 90%);
-    color: #454c4c;
-    background-image: linear-gradient(to bottom, #393f3f);
-    box-shadow: 0 1px rgba(255, 255, 255, 0); }
-  .entry:selected, .entrybackdrop:selected {
-    background-color: #215d9c;
-    color: white; }
-  .entry.progressbar {
-    margin: 1px;
-    border-radius: 0;
-    border-width: 0 0 2px;
-    border-color: #215d9c;
-    border-style: solid;
-    background-image: none;
-    background-color: transparent;
-    box-shadow: none; }
-    .entry.progressbar:backdrop {
-      background-color: transparent; }
-  .linked .entry:first-child {
-    border-top-right-radius: 0;
-    border-bottom-right-radius: 0; }
-    .linked .entry:first-child:dir(rtl) {
-      border-right-style: none; }
-  .linked .entry:last-child {
-    border-top-left-radius: 0;
-    border-bottom-left-radius: 0;
-    border-left-style: none; }
-    .linked .entry:last-child:dir(rtl) {
-      border-left-style: solid; }
-
-/***********
- * Buttons *
- ***********/
-.button {
-  border-radius: 3px;
-  transition: all 200ms ease-out;
-  padding: 4px 6px;
-  border-width: 1px;
-  border-style: solid;
-  color: #eeeeec;
-  background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232);
-  border-color: #1c1f1f;
-  text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-  icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
-  .button:hover {
-    border-width: 1px;
-    border-style: solid;
-    color: #eeeeec;
-    border-color: #1c1f1f;
-    background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f);
-    text-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
-    icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
-  .button:active {
-    border-width: 1px;
-    border-style: solid;
-    color: #eeeeec;
-    border-color: #1c1f1f;
-    background-image: linear-gradient(to bottom, #212424, #2d3232 3%);
-    text-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
-    icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
-    box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.3), 0 1px rgba(238, 238, 236, 0.1); }
-  .button:backdrop {
-    border-width: 1px;
-    border-style: solid;
-    color: #c9cbc9;
-    border-color: #1c1f1f;
-    background-image: linear-gradient(to bottom, #393f3f);
-    text-shadow: none;
-    icon-shadow: none;
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
-    .button:backdrop:active {
-      border-width: 1px;
-      border-style: solid;
-      color: #c9cbc9;
-      border-color: #1c1f1f;
-      background-image: linear-gradient(to bottom, #2e3333);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
-    .button:backdrop:insensitive {
-      border-width: 1px;
-      border-style: solid;
-      color: #454c4c;
-      border-color: #1c1f1f;
-      background-image: linear-gradient(to bottom, #393f3f);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-    .button:backdrop:insensitive:active {
-      border-width: 1px;
-      border-style: solid;
-      color: #454c4c;
-      border-color: #1c1f1f;
-      background-image: linear-gradient(to bottom, #363c3c);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
-  .button:insensitive {
-    border-width: 1px;
-    border-style: solid;
-    color: #939695;
-    border-color: #1c1f1f;
-    background-image: linear-gradient(to bottom, #363a3a);
-    text-shadow: none;
-    icon-shadow: none;
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); }
-    .button:insensitive:active {
-      border-width: 1px;
-      border-style: solid;
-      color: #939695;
-      border-color: #1c1f1f;
-      background-image: linear-gradient(to bottom, #333737);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); }
-  .osd .button {
-    padding: 6px;
-    border-width: 1px;
-    border-width: 1px;
-    border-style: solid;
-    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05), 
rgba(0, 0, 0, 0.01));
-    border-color: rgba(255, 255, 255, 0.2);
-    box-shadow: none; }
-    .osd .button:hover {
-      border-width: 1px;
-      border-style: solid;
-      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1), 
rgba(0, 0, 0, 0.01));
-      border-color: rgba(255, 255, 255, 0.2);
-      box-shadow: none; }
-    .osd .button:active {
-      border-width: 1px;
-      border-style: solid;
-      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05), rgba(255, 
255, 255, 0.1));
-      border-color: rgba(255, 255, 255, 0.2);
-      box-shadow: none; }
-    .osd .button:insensitive {
-      border-width: 1px;
-      border-style: solid;
-      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8));
-      border-color: rgba(255, 255, 255, 0.2);
-      color: #939695; }
-    .osd .button:backdrop {
-      border-width: 1px;
-      border-style: solid; }
-  .button.suggested-action {
-    border-width: 1px;
-    border-style: solid;
-    color: white;
-    background-image: linear-gradient(to bottom, #256ab1, #215d9c 40%, #1c5187);
-    border-color: #0b1e33;
-    text-shadow: 0 -1px rgba(0, 0, 0, 0.70353);
-    icon-shadow: 0 -1px rgba(0, 0, 0, 0.70353);
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
-    .button.suggested-action:hover {
-      border-width: 1px;
-      border-style: solid;
-      color: white;
-      border-color: #0b1e33;
-      background-image: linear-gradient(to bottom, #3180d4, #2467ad 40%, #215d9c);
-      text-shadow: 0 -1px rgba(0, 0, 0, 0.67153);
-      icon-shadow: 0 -1px rgba(0, 0, 0, 0.67153);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
-    .button.suggested-action:active {
-      border-width: 1px;
-      border-style: solid;
-      color: white;
-      border-color: #0b1e33;
-      background-image: linear-gradient(to bottom, #184472, #1c5187 3%);
-      text-shadow: 0 -1px rgba(0, 0, 0, 0.78353);
-      icon-shadow: 0 -1px rgba(0, 0, 0, 0.78353);
-      box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.3), 0 1px rgba(238, 238, 236, 0.1); }
-    .button.suggested-action:backdrop {
-      border-width: 1px;
-      border-style: solid;
-      color: #393f3f;
-      border-color: #215d9c;
-      background-image: linear-gradient(to bottom, #215d9c);
-      text-shadow: none;
-      icon-shadow: none;
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
-      .button.suggested-action:backdrop:insensitive {
-        border-width: 1px;
-        border-style: solid;
-        color: #454c4c;
-        border-color: #1c1f1f;
-        background-image: linear-gradient(to bottom, #393f3f);
-        box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-    .button.suggested-action:insensitive {
-      border-width: 1px;
-      border-style: solid;
-      color: #939695;
-      border-color: #1c1f1f;
-      background-image: linear-gradient(to bottom, #363a3a);
-      text-shadow: none;
-      icon-shadow: none;
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); }
-  .button.destructive-action {
-    border-width: 1px;
-    border-style: solid;
-    color: white;
-    background-image: linear-gradient(to bottom, #ed1212, #d51010 40%, #bd0e0e);
-    border-color: #5e0707;
-    text-shadow: 0 -1px rgba(0, 0, 0, 0.64078);
-    icon-shadow: 0 -1px rgba(0, 0, 0, 0.64078);
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
-    .button.destructive-action:hover {
-      border-width: 1px;
-      border-style: solid;
-      color: white;
-      border-color: #5e0707;
-      background-image: linear-gradient(to bottom, #f03c3c, #e81111 40%, #d51010);
-      text-shadow: 0 -1px rgba(0, 0, 0, 0.60878);
-      icon-shadow: 0 -1px rgba(0, 0, 0, 0.60878);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
-    .button.destructive-action:active {
-      border-width: 1px;
-      border-style: solid;
-      color: white;
-      border-color: #5e0707;
-      background-image: linear-gradient(to bottom, #a60c0c, #bd0e0e 3%);
-      text-shadow: 0 -1px rgba(0, 0, 0, 0.72078);
-      icon-shadow: 0 -1px rgba(0, 0, 0, 0.72078);
-      box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.3), 0 1px rgba(238, 238, 236, 0.1); }
-    .button.destructive-action:backdrop {
-      border-width: 1px;
-      border-style: solid;
-      color: #393f3f;
-      border-color: #d51010;
-      background-image: linear-gradient(to bottom, #d51010);
-      text-shadow: none;
-      icon-shadow: none;
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
-      .button.destructive-action:backdrop:insensitive {
-        border-width: 1px;
-        border-style: solid;
-        color: #454c4c;
-        border-color: #1c1f1f;
-        background-image: linear-gradient(to bottom, #393f3f);
-        box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-    .button.destructive-action:insensitive {
-      border-width: 1px;
-      border-style: solid;
-      color: #939695;
-      border-color: #1c1f1f;
-      background-image: linear-gradient(to bottom, #363a3a);
-      text-shadow: none;
-      icon-shadow: none;
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); }
-  .header-bar .button.text-button {
-    padding: 6px 8px 5px; }
-  .header-bar .button.image-button {
-    padding: 8px; }
-  .inline-toolbar .button, .inline-toolbar .button:backdrop {
-    border-radius: 2px;
-    border-width: 1px; }
-  .primary-toolbar .button {
-    icon-shadow: none; }
-
-.osd .button, .osd .button:hover, .osd .button:active, .osd .button:insensitive, .osd .button:backdrop, 
.inline-toolbar .button, .inline-toolbar .button:backdrop, .linked .button, .linked .button:backdrop {
-  border-radius: 0;
-  border-left-style: none; }
-  .osd .button:dir(rtl), .inline-toolbar .button:dir(rtl), .linked .button:dir(rtl) {
-    border-right-style: none;
-    border-left-style: solid; }
-  .osd .button:first-child, .inline-toolbar .button:first-child, .linked .button:first-child {
-    border-radius: 3px 0 0 3px;
-    border-left-style: solid; }
-  .osd .button:last-child, .inline-toolbar .button:last-child, .linked .button:last-child {
-    border-radius: 0 3px 3px 0; }
-    .osd .button:last-child:dir(rtl), .inline-toolbar .button:last-child:dir(rtl), .linked 
.button:last-child:dir(rtl) {
-      border-right-style: solid; }
-  .osd .button:only-child, .inline-toolbar .button:only-child, .linked .button:only-child {
-    border-radius: 3px;
-    border-style: solid; }
-
-GtkLinkButton.button, GtkLinkButton.button:hover, GtkLinkButton.button:active {
-  border-color: transparent;
-  background-color: transparent;
-  background-image: none;
-  box-shadow: none; }
-
-/* menu buttons */
-.menuitem.button, .menuitem.button:insensitive, .menuitem.button:active:insensitive {
-  color: #eeeeec;
-  background-color: transparent;
-  background-image: none;
-  border-color: transparent;
-  border-image: none;
-  border-style: none;
-  box-shadow: none; }
-  .menuitem.button:active {
-    color: white;
-    text-shadow: none;
-    icon-shadow: none; }
-  .menuitem.button:backdrop, .menuitem.button:backdrop:active:insensitive, .menuitem.button:hover:backdrop, 
.menuitem.button:insensitive:backdrop, .menuitem.button:active:insensitive:backdrop, 
.menuitem.button:active:backdrop, .menuitem.button:active:hover:backdrop, 
.menuitem.button:active:selected:backdrop {
-    text-shadow: none;
-    icon-shadow: none;
-    color: #939695;
-    background-image: linear-gradient(to bottom, #393f3f);
-    border: none;
-    box-shadow: none; }
-
-GtkColorButton.button {
-  padding: 4px; }
-
-.inline-toolbar.toolbar GtkToolButton .button {
-  border-width: 1px;
-  border-style: solid;
-  color: #eeeeec;
-  background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232);
-  border-color: #1c1f1f;
-  text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-  icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
-
-/*********
- * Links *
- *********/
-GtkLinkButton.button {
-  color: #215d9c;
-  text-shadow: none; }
-  GtkLinkButton.button:hover, GtkLinkButton.button:active {
-    color: #7397bc;
-    text-shadow: none; }
-
-/*****************
- * GtkSpinButton *
- *****************/
-.spinbutton .button {
-  background-image: none;
-  border-width: 0 0 0 1px;
-  border-color: rgba(28, 31, 31, 0.3);
-  border-radius: 0;
-  box-shadow: none; }
-  .spinbutton .button:dir(rtl) {
-    border-width: 0 1px 0 0; }
-  .spinbutton .button:insensitive {
-    color: rgba(147, 150, 149, 0.3); }
-  .spinbutton .button:active {
-    box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); }
-  .spinbutton .button:backdrop {
-    border-color: rgba(28, 31, 31, 0.3); }
-  .spinbutton .button:backdrop:insensitive {
-    color: rgba(69, 76, 76, 0.3);
-    border-width: 0 0 0 1px; }
-    .spinbutton .button:backdrop:insensitive:dir(rtl) {
-      border-width: 0 1px 0 0; }
-.spinbutton.vertical .button:first-child {
-  border-width: 1px;
-  border-style: solid;
-  color: #eeeeec;
-  background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232);
-  border-color: #1c1f1f;
-  text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-  icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
-  .spinbutton.vertical .button:first-child:active {
-    border-width: 1px;
-    border-style: solid;
-    color: #eeeeec;
-    border-color: #1c1f1f;
-    background-image: linear-gradient(to bottom, #212424, #2d3232 3%);
-    text-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
-    icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
-    box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.3); }
-  .spinbutton.vertical .button:first-child:hover {
-    border-width: 1px;
-    border-style: solid;
-    color: #eeeeec;
-    border-color: #1c1f1f;
-    background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f);
-    text-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
-    icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
-  .spinbutton.vertical .button:first-child:insensitive {
-    border-width: 1px;
-    border-style: solid;
-    color: #939695;
-    border-color: #1c1f1f;
-    background-image: linear-gradient(to bottom, #363a3a);
-    text-shadow: none;
-    icon-shadow: none;
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-.spinbutton.vertical .button:last-child {
-  border-width: 1px;
-  border-style: solid;
-  color: #eeeeec;
-  background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232);
-  border-color: #1c1f1f;
-  text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-  icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
-  .spinbutton.vertical .button:last-child:active {
-    border-width: 1px;
-    border-style: solid;
-    color: #eeeeec;
-    border-color: #1c1f1f;
-    background-image: linear-gradient(to bottom, #212424, #2d3232 3%);
-    text-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
-    icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
-    box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.3), 0 1px rgba(238, 238, 236, 0.1); }
-  .spinbutton.vertical .button:last-child:hover {
-    border-width: 1px;
-    border-style: solid;
-    color: #eeeeec;
-    border-color: #1c1f1f;
-    background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f);
-    text-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
-    icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
-  .spinbutton.vertical .button:last-child:insensitive {
-    border-width: 1px;
-    border-style: solid;
-    color: #939695;
-    border-color: #1c1f1f;
-    background-image: linear-gradient(to bottom, #363a3a);
-    text-shadow: none;
-    icon-shadow: none;
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); }
-.spinbutton.vertical .button:backdrop {
-  border-width: 1px;
-  border-style: solid;
-  color: #c9cbc9;
-  border-color: #1c1f1f;
-  background-image: linear-gradient(to bottom, #393f3f);
-  text-shadow: none;
-  icon-shadow: none;
-  box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
-.spinbutton.vertical .button:backdrop:insensitive {
-  border-width: 1px;
-  border-style: solid;
-  color: #454c4c;
-  border-color: #1c1f1f;
-  background-image: linear-gradient(to bottom, #393f3f);
-  box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-.spinbutton.vertical.entry {
-  border-radius: 0; }
-.spinbutton.vertical .button:first-child, .spinbutton.vertical .button:first-child:active, 
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive {
-  border-radius: 3px 3px 0 0;
-  border-bottom-width: 0; }
-.spinbutton.vertical .button:last-child, .spinbutton.vertical .button:last-child:active, 
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive {
-  border-radius: 0 0 3px 3px;
-  border-top-width: 0; }
-
-/**************
- * ComboBoxes *
- **************/
-GtkComboBox {
-  padding: 0;
-  -GtkComboBox-arrow-scaling: 0.5;
-  -GtkComboBox-shadow-type: none;
-  box-shadow: 0 1px rgba(238, 238, 236, 0.1);
-  text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-  icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); }
-  GtkComboBox:insensitive {
-    color: #939695;
-    text-shadow: none;
-    icon-shadow: none; }
-  GtkComboBox:backdrop {
-    color: #c9cbc9;
-    text-shadow: none;
-    icon-shadow: none; }
-  GtkComboBox:backdrop:insensitive {
-    color: #454c4c; }
-  GtkComboBox .menuitem:active {
-    text-shadow: none; }
-  GtkComboBox .separator {
-    -GtkWidget-wide-separators: true;
-    -GtkWidget-horizontal-separator: 0;
-    -GtkWidget-vertical-separator: 0; }
-  GtkComboBox.combobox-entry .entry {
-    border-radius: 3px 0 0 3px; }
-    GtkComboBox.combobox-entry .entry:dir(rtl) {
-      border-radius: 0 3px 3px 0; }
-  GtkComboBox.combobox-entry .button, GtkComboBox.combobox-entry .button:backdrop {
-    border-radius: 0 3px 3px 0;
-    border-left-style: none; }
-    GtkComboBox.combobox-entry .button:dir(rtl), GtkComboBox.combobox-entry .button:backdrop:dir(rtl) {
-      border-radius: 3px 0 0 3px;
-      border-left-style: solid;
-      border-right-style: none; }
-
-/************
- * Toolbars *
- ************/
-.toolbar {
-  padding: 6px;
-  background-color: #393f3f; }
-  .toolbar.osd {
-    background-color: rgba(0, 0, 0, 0.8);
-    border-radius: 6px;
-    padding: 12px; }
-  .toolbar.inline-toolbar {
-    border-width: 0 1px 1px;
-    padding: 3px;
-    border-radius: 0  0 4px 4px; }
-  .toolbar.search-bar {
-    border-width: 0 0 1px;
-    padding: 3px; }
-
-.toolbar.inline-toolbar, .toolbar.search-bar {
-  border-style: solid;
-  border-color: #1c1f1f;
-  background-color: #303535;
-  box-shadow: inset 0 2px 3px -1px #242727; }
-  .toolbar.inline-toolbar:backdrop, .toolbar.search-bar:backdrop {
-    border-color: #1c1f1f;
-    background-color: #2e3333;
-    box-shadow: none; }
-
-.action-bar {
-  padding: 4px; }
-
-/***************
- * Header bars *
- ***************/
-.titlebar,
-.header-bar {
-  border-width: 0 0 1px;
-  border-style: solid;
-  border-color: #1c1f1f;
-  border-radius: 7px 7px 0 0;
-  background-color: transparent;
-  background-image: linear-gradient(to bottom, #434a4a, #393f3f);
-  box-shadow: inset 0 -1px #303535, inset 0 1px rgba(238, 238, 236, 0.1);
-  padding: 6px; }
-  .titlebar:backdrop,
-  .header-bar:backdrop {
-    border-color: #1c1f1f;
-    background-color: #393f3f;
-    background-image: none;
-    box-shadow: none; }
-  .titlebar .title,
-  .header-bar .title {
-    font: Bold;
-    padding: 0px 12px; }
-  .titlebar .subtitle,
-  .header-bar .subtitle {
-    font-size: 80%;
-    padding: 0 12px; }
-  .titlebar .header-bar-separator, .titlebar > GtkBox > .separator.vertical,
-  .header-bar .header-bar-separator,
-  .header-bar > GtkBox > .separator.vertical {
-    -GtkWidget-wide-separators: true;
-    -GtkWidget-separator-width: 1px;
-    border-width: 0 1px;
-    border-image: linear-gradient(to bottom, rgba(28, 31, 31, 0), #1c1f1f 30%, #1c1f1f 70%, rgba(28, 31, 31, 
0) 100%) 0 1/0 1px stretch; }
-    .titlebar .header-bar-separator:backdrop, .titlebar > GtkBox > .separator.vertical:backdrop,
-    .header-bar .header-bar-separator:backdrop,
-    .header-bar > GtkBox > .separator.vertical:backdrop {
-      border-image: linear-gradient(to bottom, rgba(28, 31, 31, 0.5)) 0 1/1px 1px; }
-  .titlebar.selection-mode,
-  .header-bar.selection-mode {
-    color: #14375d;
-    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
-    background-image: linear-gradient(to bottom, #256ab1, #2362a5);
-    box-shadow: inset 0 -1px #303535, inset 0 1px rgba(43, 100, 160, 0.55); }
-  .tiled .titlebar, .maximized .titlebar, .tiled
-  .header-bar, .maximized
-  .header-bar {
-    border-radius: 0; }
-
-/**************
- * Tree Views *
- **************/
-column-header .button,
-column-header .button:hover,
-column-header .button:active,
-column-header .button:backdrop {
-  border-width: 0 1px 1px 0;
-  border-color: transparent;
-  box-shadow: none;
-  border-radius: 0;
-  border-image: linear-gradient(to top, #272929, #333333) 0 1 1 0;
-  background-image: none;
-  background-color: #333333;
-  color: #90908f;
-  font-weight: bold; }
-
-/*********
- * Menus *
- *********/
-.menubar {
-  padding: 2px; }
-  .menubar .menuitem {
-    background-color: #393f3f;
-    padding: 4px 8px;
-    border-radius: 0; }
-    .menubar .menuitem:hover, .menubar .menuitem:active {
-      border-width: 0 0 3px;
-      border-style: solid;
-      border-color: #215d9c; }
-    .menubar .menuitem:insensitive {
-      color: #939695; }
-
-.menu .menuitem {
-  background-color: #333333;
-  padding: 4px;
-  border-radius: 0; }
-  .menu .menuitem:hover {
-    border: none;
-    color: white;
-    background-color: #215d9c; }
-  .menu .menuitem:active {
-    border: none;
-    color: white;
-    background-color: #1c5187; }
-.menu .separator {
-  color: rgba(28, 31, 31, 0.2); }
-
-/***************
- * Popovers   *
- ***************/
-GtkPopover {
-  border-radius: 5px;
-  background-clip: border-box;
-  background-color: #393f3f;
-  border-color: #1c1f1f;
-  border-width: 1px;
-  border-style: solid;
-  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
-  margin: 10px;
-  padding: 2px; }
-  GtkPopover:backdrop {
-    box-shadow: none; }
-  GtkPopover > .list, GtkPopover > .view, GtkPopover > .toolbar {
-    background-color: transparent; }
-  GtkPopover .separator {
-    font-size: 80%;
-    font-weight: bold;
-    color: #5d6261;
-    text-shadow: none;
-    background-color: transparent;
-    icon-shadow: none;
-    border: 0; }
-  GtkPopover.osd {
-    background-image: none;
-    background-color: rgba(0, 0, 0, 0.8);
-    border: 1px solid #1c1f1f;
-    color: white; }
-    GtkPopover.osd .button {
-      color: white;
-      text-shadow: none;
-      border-width: 1px;
-      border-style: solid;
-      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05), 
rgba(0, 0, 0, 0.01));
-      border-color: rgba(255, 255, 255, 0.2);
-      box-shadow: none; }
-      GtkPopover.osd .button:hover {
-        border-width: 1px;
-        border-style: solid;
-        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1), 
rgba(0, 0, 0, 0.01));
-        border-color: rgba(255, 255, 255, 0.2);
-        box-shadow: none; }
-      GtkPopover.osd .button:active {
-        border-width: 1px;
-        border-style: solid;
-        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05), 
rgba(255, 255, 255, 0.1));
-        border-color: rgba(255, 255, 255, 0.2);
-        box-shadow: none; }
-      GtkPopover.osd .button:insensitive {
-        border-width: 1px;
-        border-style: solid;
-        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8));
-        border-color: rgba(255, 255, 255, 0.2);
-        color: #939695; }
-
-.cursor-handle {
-  background-color: transparent;
-  background-image: none; }
-  .cursor-handle.top {
-    -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); }
-  .cursor-handle.bottom {
-    -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); }
-
-/*****************
- * Notebooks and *
- * Tabs          *
- *****************/
-.notebook {
-  padding: 0;
-  background-color: #333333;
-  -GtkNotebook-initial-gap: 10;
-  -GtkNotebook-arrow-spacing: 5;
-  -GtkNotebook-tab-curvature: 0;
-  -GtkNotebook-tab-overlap: 1;
-  -GtkNotebook-has-tab-gap: false;
-  -GtkWidget-focus-padding: 0;
-  -GtkWidget-focus-line-width: 0;
-  transition: all 200ms ease-out; }
-  .notebook:backdrop {
-    background-color: #262626; }
-  .notebook.frame {
-    border: 1px solid #1c1f1f; }
-    .notebook.frame.top {
-      border-top-width: 0; }
-    .notebook.frame.bottom {
-      border-bottom-width: 0; }
-    .notebook.frame.right {
-      border-right-width: 0; }
-    .notebook.frame.left {
-      border-left-width: 0; }
-    .notebook.frame:backdrop {
-      border-color: #1c1f1f; }
-  .notebook.header {
-    background-color: #303535; }
-    .notebook.header.frame {
-      border: 1px solid #1c1f1f; }
-      .notebook.header.frame.top {
-        border-bottom-width: 0; }
-      .notebook.header.frame.bottom {
-        border-top-width: 0; }
-      .notebook.header.frame.right {
-        border-left-width: 0; }
-      .notebook.header.frame.left {
-        border-right-width: 0; }
-      .notebook.header.frame:backdrop {
-        border-color: #1c1f1f; }
-    .notebook.header.top {
-      box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 -1px #1c1f1f; }
-      .notebook.header.top:backdrop {
-        box-shadow: inset 0 -1px #1c1f1f; }
-    .notebook.header.bottom {
-      box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 1px #1c1f1f; }
-      .notebook.header.bottom:backdrop {
-        box-shadow: inset 0 1px #1c1f1f; }
-    .notebook.header.right {
-      box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 1px 0 #1c1f1f; }
-      .notebook.header.right:backdrop {
-        box-shadow: inset 1px 0 #1c1f1f; }
-    .notebook.header.left {
-      box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset -1px 0 #1c1f1f; }
-      .notebook.header.left:backdrop {
-        box-shadow: inset -1px 0 #1c1f1f; }
-    .notebook.header:backdrop {
-      background-color: #2e3333;
-      box-shadow: none; }
-  .notebook tab {
-    border-width: 0;
-    border-style: solid;
-    border-color: transparent;
-    background-color: transparent; }
-    .notebook tab.top, .notebook tab.bottom {
-      padding: 8px 20px; }
-    .notebook tab.left, .notebook tab.right {
-      padding: 5px 20px; }
-    .notebook tab.top {
-      padding-bottom: 5px;
-      border-bottom-width: 3px; }
-    .notebook tab.bottom {
-      padding-top: 5px;
-      border-top-width: 3px; }
-    .notebook tab.left {
-      padding-right: 17px;
-      border-right-width: 3px; }
-    .notebook tab.right {
-      padding-left: 17px;
-      border-left-width: 3px; }
-    .notebook tab:hover {
-      border-color: #1c1f1f; }
-    .notebook tab:active, .notebook tab:backdrop:active {
-      border-color: #215d9c; }
-    .notebook tab:backdrop {
-      background-color: transparent;
-      border-color: transparent; }
-    .notebook tab.reorderable-page {
-      border-width: 0;
-      padding: 6px 19px; }
-      .notebook tab.reorderable-page:active {
-        padding: 8px 19px 5px 19px;
-        border-width: 0 1px 3px 1px;
-        background-color: rgba(57, 63, 63, 0.5);
-        border-color: rgba(28, 31, 31, 0.5);
-        border-bottom-color: #215d9c; }
-        .notebook tab.reorderable-page:active:hover {
-          background-color: rgba(57, 63, 63, 0.7); }
-        .notebook tab.reorderable-page:active:backdrop, .notebook 
tab.reorderable-page:active:active:backdrop {
-          border-color: #1c1f1f;
-          background-color: #363c3c; }
-    .notebook tab GtkLabel {
-      font-weight: bold;
-      color: #939695; }
-      .notebook tab GtkLabel.prelight-page {
-        color: #c0c2c0; }
-      .notebook tab GtkLabel.active-page {
-        color: #eeeeec; }
-        .notebook tab GtkLabel.active-page:backdrop {
-          color: #c9cbc9; }
-      .notebook tab GtkLabel:backdrop {
-        color: #878b8a; }
-    .notebook tab .button {
-      border: 1px solid transparent;
-      box-shadow: none;
-      background-image: linear-gradient(to bottom, transparent);
-      color: rgba(238, 238, 236, 0.5); }
-      .notebook tab .button:hover {
-        border-width: 1px;
-        border-style: solid;
-        color: #eeeeec;
-        background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232);
-        border-color: #1c1f1f;
-        text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-        icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-        box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
-      .notebook tab .button:active {
-        border-width: 1px;
-        border-style: solid;
-        color: #eeeeec;
-        border-color: #1c1f1f;
-        background-image: linear-gradient(to bottom, #212424, #2d3232 3%);
-        text-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
-        icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
-        box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.3), 0 1px rgba(238, 238, 236, 0.1); }
-      .notebook tab .button > GtkImage {
-        padding: 3px; }
-
-.notebook > .frame,
-.notebook > .view {
-  border: none; }
-
-/**************
- * Scrollbars *
- **************/
-.scrollbar {
-  background-clip: padding-box;
-  background-image: none;
-  border-style: solid;
-  -GtkRange-trough-border: 0;
-  -GtkScrollbar-has-backward-stepper: false;
-  -GtkScrollbar-has-forward-stepper: false;
-  -GtkRange-slider-width: 13;
-  -GtkScrollbar-min-slider-length: 42;
-  -GtkRange-stepper-spacing: 0;
-  -GtkRange-trough-under-steppers: 1; }
-  .scrollbar .button {
-    border: none; }
-  .scrollbar.trough {
-    background-color: #2d3232; }
-    .scrollbar.trough:backdrop {
-      background-color: transparent; }
-  .scrollbar.slider {
-    border-radius: 20px;
-    border: 3px solid transparent;
-    background-color: #6f7372; }
-    .scrollbar.slider:backdrop, .scrollbar.slider:insensitive {
-      background-color: #4b5050; }
-    .scrollbar.slider:hover {
-      background-color: #939695; }
-    .scrollbar.slider:prelight:active {
-      background-color: #215d9c; }
-    .scrollbar.slider.fine-tune {
-      border-width: 5px; }
-      .scrollbar.slider.fine-tune:prelight:active {
-        background-color: #215d9c; }
-
-/**********
- * Switch *
- **********/
-GtkSwitch {
-  -GtkSwitch-slider-width: 47px;
-  font: bold condensed 9;
-  outline-offset: -4px; }
-  GtkSwitch.trough {
-    border-width: 1px;
-    border-style: solid;
-    border-radius: 3px;
-    border-color: #1c1f1f;
-    background-color: #2d3232;
-    box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 238, 236, 0.1);
-    text-shadow: 0 1px rgba(0, 0, 0, 0.1); }
-    GtkSwitch.trough:active {
-      color: white;
-      border-color: #0f2b48;
-      background-color: #215d9c;
-      box-shadow: 0 1px rgba(238, 238, 236, 0.1);
-      text-shadow: 0 0 2px white; }
-    GtkSwitch.trough:insensitive {
-      color: #939695;
-      border-color: #1c1f1f;
-      background-color: #363a3a;
-      box-shadow: 0 1px rgba(238, 238, 236, 0.1);
-      text-shadow: none; }
-    GtkSwitch.trough:backdrop {
-      color: #c9cbc9;
-      border-color: #1c1f1f;
-      background-color: #393f3f;
-      box-shadow: none;
-      text-shadow: none; }
-    GtkSwitch.trough:backdrop:active {
-      color: #393f3f;
-      border-color: #215d9c;
-      background-color: #215d9c;
-      box-shadow: none; }
-    GtkSwitch.trough:backdrop:insensitive {
-      color: #454c4c;
-      border-color: #454c4c; }
-  GtkSwitch.slider {
-    border-radius: 3px;
-    border-width: 1px;
-    border-style: solid;
-    color: #eeeeec;
-    background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232);
-    border-color: #1c1f1f;
-    text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-    icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -2px rgba(57, 63, 63, 0.6), inset 0 -1px 
#2a2f2f; }
-    GtkSwitch.slider:active {
-      border: 1px solid #0f2b48; }
-    GtkSwitch.slider:insensitive {
-      border-width: 1px;
-      border-style: solid;
-      color: #939695;
-      border-color: #1c1f1f;
-      background-image: linear-gradient(to bottom, #363a3a);
-      text-shadow: none;
-      icon-shadow: none;
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-    GtkSwitch.slider:backdrop {
-      border-width: 1px;
-      border-style: solid;
-      color: #c9cbc9;
-      border-color: #1c1f1f;
-      background-image: linear-gradient(to bottom, #393f3f);
-      text-shadow: none;
-      icon-shadow: none;
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
-    GtkSwitch.slider:backdrop:active {
-      border-color: #215d9c; }
-    GtkSwitch.slider:backdrop:insensitive {
-      border-width: 1px;
-      border-style: solid;
-      color: #454c4c;
-      border-color: #1c1f1f;
-      background-image: linear-gradient(to bottom, #393f3f);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-
-/*************************
- * Check and Radio items *
- *************************/
-.check {
-  background-image: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), 
url("assets/checkbox-unchecked-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:hover {
-  background-image: -gtk-scaled(url("assets/checkbox-unchecked-hover-dark.png"), 
url("assets/checkbox-unchecked-hover-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:selected {
-  background-image: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), 
url("assets/checkbox-unchecked-active-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:insensitive {
-  background-image: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), 
url("assets/checkbox-unchecked-insensitive-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:backdrop {
-  background-image: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-dark.png"), 
url("assets/checkbox-unchecked-backdrop-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:backdrop:insensitive {
-  background-image: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-insensitive-dark.png"), 
url("assets/checkbox-unchecked-backdrop-insensitive-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:inconsistent {
-  background-image: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark 2 
png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:inconsistent:selected {
-  background-image: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), 
url("assets/checkbox-mixed-active-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:inconsistent:backdrop {
-  background-image: -gtk-scaled(url("assets/checkbox-mixed-backdrop-dark.png"), 
url("assets/checkbox-mixed-backdrop-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:inconsistent:insensitive {
-  background-image: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), 
url("assets/checkbox-mixed-insensitive-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:inconsistent:insensitive:backdrop {
-  background-image: -gtk-scaled(url("assets/checkbox-mixed-backdrop-insensitive-dark.png"), 
url("assets/checkbox-mixed-backdrop-insensitive-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:active {
-  background-image: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark 2 
png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:active:insensitive {
-  background-image: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), 
url("assets/checkbox-checked-insensitive-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:hover:active {
-  background-image: -gtk-scaled(url("assets/checkbox-checked-hover-dark.png"), 
url("assets/checkbox-checked-hover-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:active:selected {
-  background-image: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), 
url("assets/checkbox-checked-active-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:backdrop:active {
-  background-image: -gtk-scaled(url("assets/checkbox-checked-backdrop-dark.png"), 
url("assets/checkbox-checked-backdrop-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:backdrop:active:insensitive {
-  background-image: -gtk-scaled(url("assets/checkbox-checked-backdrop-insensitive-dark.png"), 
url("assets/checkbox-checked-backdrop-insensitive-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-GtkPopover GtkModelButton.button.check,
-.menuitem.check,
-GtkTreeView.check {
-  color: rgba(238, 238, 236, 0.1);
-  background-image: none;
-  background-color: transparent;
-  -gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); }
-  GtkPopover GtkModelButton.button.check:hover,
-  .menuitem.check:hover,
-  GtkTreeView.check:hover {
-    background-image: none; }
-  GtkPopover GtkModelButton.button.check:selected:selected, GtkPopover 
GtkModelButton.button.check:selected:hover,
-  .menuitem.check:selected:selected,
-  .menuitem.check:selected:hover,
-  GtkTreeView.check:selected:selected,
-  GtkTreeView.check:selected:hover {
-    background-image: none;
-    color: rgba(51, 51, 51, 0.1); }
-  GtkPopover GtkModelButton.button.check:active, GtkPopover GtkModelButton.button.check:active:hover,
-  .menuitem.check:active,
-  .menuitem.check:active:hover,
-  GtkTreeView.check:active,
-  GtkTreeView.check:active:hover {
-    -gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic");
-    color: #eeeeec; }
-  GtkPopover GtkModelButton.button.check:selected:active, GtkPopover 
GtkModelButton.button.check:selected:active:hover,
-  .menuitem.check:selected:active,
-  .menuitem.check:selected:active:hover,
-  GtkTreeView.check:selected:active,
-  GtkTreeView.check:selected:active:hover {
-    color: white; }
-  GtkPopover GtkModelButton.button.check:inconsistent, GtkPopover 
GtkModelButton.button.check:inconsistent:hover,
-  .menuitem.check:inconsistent,
-  .menuitem.check:inconsistent:hover,
-  GtkTreeView.check:inconsistent,
-  GtkTreeView.check:inconsistent:hover {
-    -gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); }
-  GtkPopover GtkModelButton.button.check:backdrop,
-  .menuitem.check:backdrop,
-  GtkTreeView.check:backdrop {
-    background-image: none; }
-
-.menuitem.check:hover, .menuitem.check:active:hover {
-  color: white; }
-
-GtkPopover GtkModelButton.button.check:hover, GtkPopover GtkModelButton.button.check:active:hover {
-  color: #eeeeec; }
-
-.radio {
-  background-image: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark 2 
png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:hover {
-  background-image: -gtk-scaled(url("assets/radio-unchecked-hover-dark.png"), 
url("assets/radio-unchecked-hover-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:selected {
-  background-image: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), 
url("assets/radio-unchecked-active-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:insensitive {
-  background-image: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), 
url("assets/radio-unchecked-insensitive-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:backdrop {
-  background-image: -gtk-scaled(url("assets/radio-unchecked-backdrop-dark.png"), 
url("assets/radio-unchecked-backdrop-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:backdrop:insensitive {
-  background-image: -gtk-scaled(url("assets/radio-unchecked-backdrop-insensitive-dark.png"), 
url("assets/radio-unchecked-backdrop-insensitive-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:inconsistent {
-  background-image: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:inconsistent:selected {
-  background-image: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), 
url("assets/radio-mixed-active-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:inconsistent:backdrop {
-  background-image: -gtk-scaled(url("assets/radio-mixed-backdrop-dark.png"), 
url("assets/radio-mixed-backdrop-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:inconsistent:insensitive {
-  background-image: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), 
url("assets/radio-mixed-insensitive-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:inconsistent:insensitive:backdrop {
-  background-image: -gtk-scaled(url("assets/radio-mixed-backdrop-insensitive-dark.png"), 
url("assets/radio-mixed-backdrop-insensitive-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:active {
-  background-image: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark 2 
png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:active:insensitive {
-  background-image: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), 
url("assets/radio-checked-insensitive-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:hover:active {
-  background-image: -gtk-scaled(url("assets/radio-checked-hover-dark.png"), 
url("assets/radio-checked-hover-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:active:selected {
-  background-image: -gtk-scaled(url("assets/radio-checked-active-dark.png"), 
url("assets/radio-checked-active-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:backdrop:active {
-  background-image: -gtk-scaled(url("assets/radio-checked-backdrop-dark.png"), 
url("assets/radio-checked-backdrop-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:backdrop:active:insensitive {
-  background-image: -gtk-scaled(url("assets/radio-checked-backdrop-insensitive-dark.png"), 
url("assets/radio-checked-backdrop-insensitive-dark 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-GtkPopover GtkModelButton.button.radio,
-.menuitem.radio,
-GtkTreeView.radio {
-  color: rgba(238, 238, 236, 0.1);
-  background-image: none;
-  background-color: transparent;
-  -gtk-icon-source: -gtk-icontheme("radio-checked-symbolic"); }
-  GtkPopover GtkModelButton.button.radio:hover,
-  .menuitem.radio:hover,
-  GtkTreeView.radio:hover {
-    background-image: none; }
-  GtkPopover GtkModelButton.button.radio:selected:selected, GtkPopover 
GtkModelButton.button.radio:selected:hover,
-  .menuitem.radio:selected:selected,
-  .menuitem.radio:selected:hover,
-  GtkTreeView.radio:selected:selected,
-  GtkTreeView.radio:selected:hover {
-    background-image: none;
-    color: rgba(51, 51, 51, 0.1); }
-  GtkPopover GtkModelButton.button.radio:active, GtkPopover GtkModelButton.button.radio:active:hover,
-  .menuitem.radio:active,
-  .menuitem.radio:active:hover,
-  GtkTreeView.radio:active,
-  GtkTreeView.radio:active:hover {
-    -gtk-icon-source: -gtk-icontheme("radio-checked-symbolic");
-    color: #eeeeec; }
-  GtkPopover GtkModelButton.button.radio:selected:active, GtkPopover 
GtkModelButton.button.radio:selected:active:hover,
-  .menuitem.radio:selected:active,
-  .menuitem.radio:selected:active:hover,
-  GtkTreeView.radio:selected:active,
-  GtkTreeView.radio:selected:active:hover {
-    color: white; }
-  GtkPopover GtkModelButton.button.radio:inconsistent, GtkPopover 
GtkModelButton.button.radio:inconsistent:hover,
-  .menuitem.radio:inconsistent,
-  .menuitem.radio:inconsistent:hover,
-  GtkTreeView.radio:inconsistent,
-  GtkTreeView.radio:inconsistent:hover {
-    -gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); }
-  GtkPopover GtkModelButton.button.radio:backdrop,
-  .menuitem.radio:backdrop,
-  GtkTreeView.radio:backdrop {
-    background-image: none; }
-
-.menuitem.radio:hover, .menuitem.radio:active:hover {
-  color: white; }
-
-GtkPopover GtkModelButton.button.radio:hover, GtkPopover GtkModelButton.button.radio:active:hover {
-  color: #eeeeec; }
-
-GtkCheckButton.text-button:selected {
-  background-color: transparent; }
-
-/************
- * GtkScale *
- ************/
-.scale {
-  -GtkScale-slider-length: 20;
-  -GtkRange-slider-width: 20;
-  -GtkRange-trough-border: 2;
-  outline-offset: -9px;
-  margin: 10px; }
-  .scale.slider {
-    border-width: 1px;
-    border-style: solid;
-    color: #eeeeec;
-    background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232);
-    border-color: #1c1f1f;
-    text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-    icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1);
-    border-radius: 50%;
-    border-color: #151717;
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -2px #393f3f, inset 0 -1px #2a2f2f; }
-    .scale.slider:insensitive {
-      background-image: linear-gradient(to bottom, #363a3a);
-      box-shadow: none; }
-    .scale.slider:backdrop {
-      border-color: #151717;
-      background-image: linear-gradient(to bottom, #393f3f);
-      box-shadow: none; }
-    .scale.slider:backdrop:insensitive {
-      border-width: 1px;
-      border-style: solid;
-      color: #454c4c;
-      border-color: #1c1f1f;
-      background-image: linear-gradient(to bottom, #393f3f);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-    .scale.slider:active {
-      border: 1px solid #0c233b; }
-    .scale.slider.fine-tune:active {
-      border: 4px solid transparent;
-      box-shadow: inset 0 2px white, inset 0 0 0 1px #0c233b; }
-  .scale.trough {
-    border-width: 1px;
-    border-style: solid;
-    border-radius: 3px;
-    border-color: #1c1f1f;
-    background-color: #2d3232;
-    box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
-    .scale.trough.highlight {
-      border-color: #0f2b48;
-      background-color: #215d9c;
-      box-shadow: 0 1px rgba(238, 238, 236, 0.1); }
-      .scale.trough.highlight:backdrop {
-        border-color: #215d9c;
-        background-color: #215d9c;
-        box-shadow: none; }
-    .scale.trough:insensitive, .scale.trough.hilight:insensitive {
-      border-color: #1c1f1f;
-      background-color: #363a3a;
-      box-shadow: 0 1px rgba(238, 238, 236, 0.1); }
-    .scale.trough:backdrop {
-      border-color: #1c1f1f;
-      background-color: #2a2f2f;
-      box-shadow: none; }
-    .scale.trough:backdrop:insensitive, .scale.trough .hilight:backdrop:insensitive {
-      border-color: #454c4c;
-      background-color: #393f3f; }
-
-/*****************
- * Progress bars *
- *****************/
-GtkProgressBar {
-  padding: 0;
-  font-size: 83%;
-  color: rgba(238, 238, 236, 0.4); }
-  GtkProgressBar:backdrop {
-    color: #454c4c; }
-
-.progressbar {
-  border-width: 1px;
-  border-style: solid;
-  border-radius: 3px;
-  border-color: #0f2b48;
-  background-color: #215d9c;
-  box-shadow: inset 0 1px 0 rgba(238, 238, 236, 0); }
-  .progressbar.vertical {
-    box-shadow: inset 1px 0 0 rgba(238, 238, 236, 0); }
-  .progressbar:backdrop {
-    border-color: #215d9c;
-    background-color: #215d9c;
-    box-shadow: none; }
-
-GtkProgressBar.trough {
-  border-width: 1px;
-  border-style: solid;
-  border-radius: 3px;
-  border-color: #1c1f1f;
-  background-color: #2e3333;
-  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
-  GtkProgressBar.trough:backdrop {
-    border-color: #1c1f1f;
-    background-color: #2e3333;
-    box-shadow: 0 1px rgba(255, 255, 255, 0); }
-
-/*************
- * Level Bar *
- *************/
-GtkLevelBar {
-  -GtkLevelBar-min-block-width: 34;
-  -GtkLevelBar-min-block-height: 3; }
-
-GtkLevelBar.vertical {
-  -GtkLevelBar-min-block-width: 3;
-  -GtkLevelBar-min-block-height: 34; }
-
-.level-bar.trough {
-  padding: 2px;
-  border-radius: 3px;
-  background-color: transparent;
-  border-style: solid;
-  border-width: 1px;
-  background-image: linear-gradient(to bottom, #2b2b2b, #333333 90%);
-  border-color: #1c1f1f;
-  box-shadow: inset 0 2px 2px -2px #191919, 0 1px rgba(238, 238, 236, 0.1); }
-  .level-bar.trough:backdrop {
-    background-color: transparent;
-    border-style: solid;
-    border-width: 1px;
-    background-image: linear-gradient(to bottom, #2b2b2b, #333333 90%);
-    color: #c9cbc9;
-    background-image: linear-gradient(to bottom, #262626);
-    box-shadow: 0 1px rgba(255, 255, 255, 0); }
-.level-bar.fill-block {
-  border-width: 1px;
-  border-style: solid;
-  border-color: #1c5187;
-  background-color: #215d9c;
-  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
-  border-radius: 1px; }
-  .level-bar.fill-block:backdrop {
-    border-color: #215d9c;
-    box-shadow: none; }
-  .level-bar.fill-block.indicator-discrete.horizontal {
-    margin: 0 1px; }
-  .level-bar.fill-block.indicator-discrete.vertical {
-    margin: 1px 0; }
-  .level-bar.fill-block.level-high {
-    border-color: #40760c;
-    background-color: #5aa411; }
-    .level-bar.fill-block.level-high:backdrop {
-      border-color: #5aa411; }
-  .level-bar.fill-block.level-low {
-    border-color: #c26000;
-    background-color: #f57900; }
-    .level-bar.fill-block.level-low:backdrop {
-      border-color: #f57900; }
-  .level-bar.fill-block.empty-fill-block {
-    background-color: transparent;
-    border-color: rgba(238, 238, 236, 0.1);
-    box-shadow: none; }
-    .level-bar.fill-block.empty-fill-block:backdrop {
-      border-color: rgba(201, 203, 201, 0.15); }
-
-.view:selected, .view:selected:focus, .view:selected:hover, .view:selected:backdrop, .entry:selected, 
.entry:selected:focus, .entry:selected:backdrop, .button:selected, .button:selected:focus, 
.button:selected:backdrop {
-  background-color: #215d9c;
-  color: white; }
-
-/**********
- * Frames *
- **********/
-.frame {
-  border: 1px solid #1c1f1f;
-  padding: 0; }
-  .frame:backdrop {
-    border-color: #1c1f1f; }
-
-GtkScrolledWindow .frame {
-  border-radius: 2px; }
-GtkScrolledWindow GtkViewport.frame {
-  border-style: none; }
-
-.separator {
-  color: rgba(0, 0, 0, 0.1); }
-
-/*********
- * Lists *
- *********/
-.list {
-  background-color: #333333;
-  border-color: #1c1f1f; }
-  .list:backdrop {
-    background-color: #262626;
-    border-color: #1c1f1f; }
-
-/*********************
- * App Notifications *
- *********************/
-.app-notification {
-  border-width: 0 1px 1px;
-  border-style: solid;
-  border-color: #1c1f1f;
-  border-radius: 0 0 6px 6px;
-  background-image: linear-gradient(to bottom, #353b3b 5%, #363c3c);
-  padding: 0 4px; }
-  .app-notification .button {
-    padding: 6px; }
-
-/************
- * Calendar *
- ***********/
-GtkCalendar {
-  border: 1px solid #1c1f1f; }
-  GtkCalendar.button {
-    padding: 0 4px;
-    color: #272929;
-    background-image: none;
-    background-color: transparent; }
-
-/***********
- * Dialogs *
- ***********/
-GtkMessageDialog .titlebar {
-  border-style: none;
-  box-shadow: inset 0 1px rgba(238, 238, 236, 0.1); }
-
-.dialog-action-area.linked .button {
-  padding: 6px;
-  border-radius: 0;
-  border-width: 1px;
-  border-style: solid;
-  color: #eeeeec;
-  background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232);
-  border-color: #1c1f1f;
-  text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-  icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
-  .dialog-action-area.linked .button:hover {
-    border-width: 1px;
-    border-style: solid;
-    color: #eeeeec;
-    border-color: #1c1f1f;
-    background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f);
-    text-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
-    icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
-  .dialog-action-area.linked .button:active {
-    border-width: 1px;
-    border-style: solid;
-    color: #eeeeec;
-    border-color: #1c1f1f;
-    background-image: linear-gradient(to bottom, #212424, #2d3232 3%);
-    text-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
-    icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
-    box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.3); }
-  .dialog-action-area.linked .button:insensitive {
-    border-width: 1px;
-    border-style: solid;
-    color: #939695;
-    border-color: #1c1f1f;
-    background-image: linear-gradient(to bottom, #363a3a);
-    text-shadow: none;
-    icon-shadow: none;
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-.dialog-action-area.linked .button, .dialog-action-area.linked .button:hover, .dialog-action-area.linked 
.button:active, .dialog-action-area.linked .button:insensitive, .dialog-action-area.linked .button:backdrop, 
.dialog-action-area.linked .button:backdrop:insensitive {
-  border-style: solid none none solid; }
-.dialog-action-area.linked .button:first-child {
-  border-style: solid none none none; }
-
-/***********
- * Sidebar *
- ***********/
-.sidebar,
-.sidebar .view {
-  border-style: solid solid solid none;
-  background-color: #454c4c; }
-  .sidebar .scrollbar.trough,
-  .sidebar .view .scrollbar.trough {
-    background-color: #212424;
-    border-radius: 6px;
-    border-width: 2px;
-    border-color: transparent; }
-  .sidebar .scrollbar.slider,
-  .sidebar .view .scrollbar.slider {
-    background-color: #454c4c; }
-    .sidebar .scrollbar.slider:hover,
-    .sidebar .view .scrollbar.slider:hover {
-      background-color: #515a5a; }
-  .sidebar:selected,
-  .sidebar .view:selected {
-    background-color: #215d9c; }
-  .sidebar:backdrop,
-  .sidebar .view:backdrop {
-    border-color: #1c1f1f; }
-  .sidebar:dir(rtl),
-  .sidebar .view:dir(rtl) {
-    border-style: solid none solid solid; }
-
-GtkPaned {
-  margin: 5px;
-  border: 0; }
-
-/**************
- * GtkInfoBar *
- **************/
-GtkInfoBar {
-  border-width: 0;
-  border-style: none; }
-
-.info,
-.question,
-.warning,
-.error {
-  background-color: #215d9c;
-  color: white;
-  text-shadow: 0 1px #184472;
-  border-color: #184472; }
-  .info .button,
-  .question .button,
-  .warning .button,
-  .error .button {
-    border-width: 1px;
-    border-style: solid;
-    color: white;
-    background-image: linear-gradient(to bottom, #256ab1, #215d9c 40%, #1c5187);
-    border-color: #0b1e33;
-    text-shadow: 0 -1px rgba(0, 0, 0, 0.70353);
-    icon-shadow: 0 -1px rgba(0, 0, 0, 0.70353);
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
-    .info .button:hover,
-    .question .button:hover,
-    .warning .button:hover,
-    .error .button:hover {
-      border-width: 1px;
-      border-style: solid;
-      color: white;
-      border-color: #0b1e33;
-      background-image: linear-gradient(to bottom, #3180d4, #2467ad 40%, #215d9c);
-      text-shadow: 0 -1px rgba(0, 0, 0, 0.67153);
-      icon-shadow: 0 -1px rgba(0, 0, 0, 0.67153);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
-    .info .button:active,
-    .question .button:active,
-    .warning .button:active,
-    .error .button:active {
-      border-width: 1px;
-      border-style: solid;
-      color: white;
-      border-color: #0b1e33;
-      background-image: linear-gradient(to bottom, #184472, #1c5187 3%);
-      text-shadow: 0 -1px rgba(0, 0, 0, 0.78353);
-      icon-shadow: 0 -1px rgba(0, 0, 0, 0.78353);
-      box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.3); }
-    .info .button:insensitive,
-    .question .button:insensitive,
-    .warning .button:insensitive,
-    .error .button:insensitive {
-      border-width: 1px;
-      border-style: solid;
-      color: #939695;
-      border-color: #1c1f1f;
-      background-image: linear-gradient(to bottom, #363a3a);
-      text-shadow: none;
-      icon-shadow: none;
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-    .info .button:backdrop,
-    .question .button:backdrop,
-    .warning .button:backdrop,
-    .error .button:backdrop {
-      border-width: 1px;
-      border-style: solid;
-      color: #393f3f;
-      border-color: #215d9c;
-      background-image: linear-gradient(to bottom, #215d9c);
-      text-shadow: none;
-      icon-shadow: none;
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
-    .info .button:backdrop:insensitive,
-    .question .button:backdrop:insensitive,
-    .warning .button:backdrop:insensitive,
-    .error .button:backdrop:insensitive {
-      border-width: 1px;
-      border-style: solid;
-      color: #454c4c;
-      border-color: #1c1f1f;
-      background-image: linear-gradient(to bottom, #393f3f);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-
-/************
- * Tooltips *
- ************/
-/**********************
- * Window Decorations *
- *********************/
-.window-frame {
-  border-radius: 7px 7px 0 0;
-  border-width: 0px;
-  box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.6);
-  /* this is used for the resize cursor area */
-  margin: 10px; }
-  .window-frame:backdrop {
-    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.3); }
-  .window-frame.tiled {
-    border-radius: 0; }
-
-.button.titlebutton {
-  padding: 8px;
-  border-color: transparent;
-  background-image: none;
-  transition-property: border, box-shadow, color;
-  box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); }
-  .button.titlebutton:hover {
-    border-width: 1px;
-    border-style: solid;
-    color: #eeeeec;
-    background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232);
-    border-color: #1c1f1f;
-    text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-    icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
-  .button.titlebutton:active {
-    border-width: 1px;
-    border-style: solid;
-    color: #eeeeec;
-    border-color: #1c1f1f;
-    background-image: linear-gradient(to bottom, #212424, #2d3232 3%);
-    text-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
-    icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
-    box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.3), 0 1px rgba(238, 238, 236, 0.1); }
-  .button.titlebutton:backdrop {
-    border-width: 1px;
-    border-style: solid;
-    color: #c9cbc9;
-    border-color: #1c1f1f;
-    background-image: linear-gradient(to bottom, #393f3f);
-    text-shadow: none;
-    icon-shadow: none;
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
-    border-color: transparent;
-    transition-property: border, box-shadow, color; }
+body:before {
+  white-space: pre;
+  font-family: monospace;
+  content: "Sass::SyntaxError: \"GtkLinkButton.button:hover\" failed to @extend \"%undercorated_button\".\A 
The selector \"%undercorated_button\" was not found.\A Use \"@extend %undercorated_button !optional\" if the 
extend should be able to fail.\A "; }
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index 4914ff0..a8c9547 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -1,1790 +1,34 @@
-/* GTK NAMED COLORS */
- define-color theme_fg_color #2e3436;
- define-color theme_bg_color #ededed;
- define-color theme_base_color white;
- define-color theme_selected_bg_color #4a90d9;
- define-color theme_selected_fg_color white;
- define-color insensitive_bg_color #f4f4f4;
- define-color insensitive_fg_color #8d9091;
- define-color warning_color #f57900;
- define-color error_color #cc0000;
- define-color success_color #73d216;
- define-color wm_title shade(#2e3436, 1.8);
- define-color wm_unfocused_title #54595a;
- define-color wm_highlight white;
- define-color wm_title_highlight white;
- define-color wm_title_shadow white;
-* {
-  engine: adwaita;
-  padding: 0;
-  -GtkToolButton-icon-spacing: 4;
-  -GtkTextView-error-underline-color: #cc0000;
-  -GtkPaned-handle-size: 0;
-  -GtkCheckButton-indicator-size: 16;
-  -GtkCheckMenuItem-indicator-size: 12;
-  -GtkScrolledWindow-scrollbar-spacing: 0;
-  -GtkScrolledWindow-scrollbars-within-bevel: 1;
-  -GtkToolItemGroup-expander-size: 11;
-  -GtkExpander-expander-size: 11;
-  -GtkTreeView-expander-size: 11;
-  -GtkTreeView-horizontal-separator: 4;
-  -GtkMenu-horizontal-padding: 0;
-  -GtkMenu-vertical-padding: 0;
-  -GtkWidget-link-color: #74aae2;
-  -GtkWidget-visited-link-color: #74aae2;
-  -GtkWidget-focus-padding: 2;
-  -GtkWidget-focus-line-width: 1;
-  -GtkWindow-resize-grip-width: 0;
-  -GtkWindow-resize-grip-height: 0;
-  -GtkDialog-button-spacing: 0;
-  -GtkDialog-action-area-border: 0;
-  outline-color: rgba(46, 52, 54, 0.3);
-  outline-style: dashed;
-  outline-offset: -3px;
-  outline-width: 1px;
-  outline-radius: 2px; }
-
-/***************
- * Base States *
- ***************/
-.background {
-  color: #2e3436;
-  background-color: #ededed; }
-
-.background:backdrop {
-  text-shadow: none;
-  icon-shadow: none;
-  color: #454f52;
-  background-color: #ededed; }
-
 /*
-   These wildcard seems unavoidable, need to investigate.
-   Wildcards are bad and troublesome, use them with care,
-   or better, just don't.
-   Everytime a wildcard is used a kitten dies, painfully.
+Sass::SyntaxError: "GtkLinkButton.button:hover" failed to @extend "%undercorated_button".
+The selector "%undercorated_button" was not found.
+Use "@extend %undercorated_button !optional" if the extend should be able to fail.
+
+
+Backtrace:
+_common.scss:376
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/tree/visitors/extend.rb:61:in `block in check_extends_fired!'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/util/subset_map.rb:106:in `block in each_value'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/util/subset_map.rb:106:in `each'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/util/subset_map.rb:106:in `each_value'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/tree/visitors/extend.rb:50:in `check_extends_fired!'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/tree/visitors/extend.rb:16:in `visit'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/tree/root_node.rb:39:in `css_tree'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/tree/root_node.rb:20:in `render'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/engine.rb:274:in `render'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/plugin/compiler.rb:378:in `update_stylesheet'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/plugin/compiler.rb:189:in `block in update_stylesheets'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/plugin/compiler.rb:186:in `each'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/plugin/compiler.rb:186:in `update_stylesheets'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/plugin/compiler.rb:357:in `on_file_changed'
+/usr/local/share/gems/gems/sass-3.3.8/lib/sass/plugin/compiler.rb:250:in `block in watch'
+/usr/local/share/gems/gems/sass-3.3.8/vendor/listen/lib/listen/listener.rb:252:in `call'
+/usr/local/share/gems/gems/sass-3.3.8/vendor/listen/lib/listen/listener.rb:252:in `on_change'
+/usr/local/share/gems/gems/sass-3.3.8/vendor/listen/lib/listen/listener.rb:290:in `block in 
initialize_adapter'
+/usr/local/share/gems/gems/sass-3.3.8/vendor/listen/lib/listen/adapters/polling.rb:48:in `call'
+/usr/local/share/gems/gems/sass-3.3.8/vendor/listen/lib/listen/adapters/polling.rb:48:in 
`poll_changed_directories'
+/usr/local/share/gems/gems/sass-3.3.8/vendor/listen/lib/listen/adapter.rb:299:in `block in start_poller'
 */
-*:insensitive {
-  -gtk-image-effect: dim; }
-
-*:hover {
-  -gtk-image-effect: highlight; }
-
-.gtkstyle-fallback {
-  background-color: #ededed;
-  color: #2e3436; }
-  .gtkstyle-fallback:prelight {
-    background-color: white;
-    color: #2e3436; }
-  .gtkstyle-fallback:active {
-    background-color: lightgray;
-    color: #2e3436; }
-  .gtkstyle-fallback:insensitive {
-    background-color: #f4f4f4;
-    color: #8d9091; }
-  .gtkstyle-fallback:selected {
-    background-color: #4a90d9;
-    color: white; }
-
-.view {
-  background-color: white;
-  color: #2e3436; }
-
-/*********************
- * Spinner Animation *
- *********************/
- keyframes spin {
-  to {
-    -gtk-icon-transform: rotate(1turn); } }
-.spinner {
-  background-image: none;
-  background-color: blue;
-  opacity: 0;
-  -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }
-  .spinner:active {
-    opacity: 1;
-    animation: spin 1s linear infinite; }
-    .spinner:active:insensitive {
-      opacity: 0.5; }
-
-/****************
- * Text Entries *
- ****************/
-.entry {
-  padding: 4px;
-  border-radius: 3px;
-  transition: all 200ms ease-out;
-  background-color: transparent;
-  border-style: solid;
-  border-width: 1px;
-  background-image: linear-gradient(to bottom, #f7f7f7, white 90%);
-  border-color: #a1a1a1;
-  box-shadow: inset 0 2px 2px -2px #7f7f7f, 0 1px white; }
-  .entry:focus {
-    background-color: transparent;
-    border-style: solid;
-    border-width: 1px;
-    background-image: linear-gradient(to bottom, #f7f7f7, white 90%);
-    border-color: #4a90d9;
-    box-shadow: inset 0 2px 2px -2px #7f7f7f, inset 0 0 2px 1px #dae8f7, 0 1px white; }
-  .entry:insensitive {
-    background-color: transparent;
-    border-style: solid;
-    border-width: 1px;
-    background-image: linear-gradient(to bottom, #f7f7f7, white 90%);
-    color: #8d9091;
-    border-color: #a1a1a1;
-    background-image: linear-gradient(to bottom, #f4f4f4);
-    box-shadow: 0 1px white; }
-  .entry:backdrop {
-    background-color: transparent;
-    border-style: solid;
-    border-width: 1px;
-    background-image: linear-gradient(to bottom, #f7f7f7, white 90%);
-    color: #54595a;
-    background-image: linear-gradient(to bottom, #fcfcfc);
-    box-shadow: 0 1px rgba(255, 255, 255, 0); }
-  .entry:backdrop:insensitive {
-    background-color: transparent;
-    border-style: solid;
-    border-width: 1px;
-    background-image: linear-gradient(to bottom, #f7f7f7, white 90%);
-    color: #c7c7c7;
-    background-image: linear-gradient(to bottom, #ededed);
-    box-shadow: 0 1px rgba(255, 255, 255, 0); }
-  .entry:selected, .entrybackdrop:selected {
-    background-color: #4a90d9;
-    color: white; }
-  .entry.progressbar {
-    margin: 1px;
-    border-radius: 0;
-    border-width: 0 0 2px;
-    border-color: #4a90d9;
-    border-style: solid;
-    background-image: none;
-    background-color: transparent;
-    box-shadow: none; }
-    .entry.progressbar:backdrop {
-      background-color: transparent; }
-  .linked .entry:first-child {
-    border-top-right-radius: 0;
-    border-bottom-right-radius: 0; }
-    .linked .entry:first-child:dir(rtl) {
-      border-right-style: none; }
-  .linked .entry:last-child {
-    border-top-left-radius: 0;
-    border-bottom-left-radius: 0;
-    border-left-style: none; }
-    .linked .entry:last-child:dir(rtl) {
-      border-left-style: solid; }
-
-/***********
- * Buttons *
- ***********/
-.button {
-  border-radius: 3px;
-  transition: all 200ms ease-out;
-  padding: 4px 6px;
-  border-width: 1px;
-  border-style: solid;
-  color: #2e3436;
-  background-image: linear-gradient(to bottom, white, #ededed 40%, lightgray);
-  border-color: #a1a1a1;
-  text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-  icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-  box-shadow: inset 0 1px white, 0 1px white; }
-  .button:hover {
-    border-width: 1px;
-    border-style: solid;
-    color: #2e3436;
-    border-color: #a1a1a1;
-    background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed);
-    text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    box-shadow: inset 0 1px white, 0 1px white; }
-  .button:active {
-    border-width: 1px;
-    border-style: solid;
-    color: #2e3436;
-    border-color: #a1a1a1;
-    background-image: linear-gradient(to bottom, #c7c7c7, #d1d1d1 3%, lightgray);
-    text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.3), 0 1px white; }
-  .button:backdrop {
-    border-width: 1px;
-    border-style: solid;
-    color: #54595a;
-    border-color: #a1a1a1;
-    background-image: linear-gradient(to bottom, #ededed);
-    text-shadow: none;
-    icon-shadow: none;
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
-    .button:backdrop:active {
-      border-width: 1px;
-      border-style: solid;
-      color: #54595a;
-      border-color: #a1a1a1;
-      background-image: linear-gradient(to bottom, #d2d2d2);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
-    .button:backdrop:insensitive {
-      border-width: 1px;
-      border-style: solid;
-      color: #c7c7c7;
-      border-color: #a1a1a1;
-      background-image: linear-gradient(to bottom, #ededed);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-    .button:backdrop:insensitive:active {
-      border-width: 1px;
-      border-style: solid;
-      color: #c7c7c7;
-      border-color: #a1a1a1;
-      background-image: linear-gradient(to bottom, #e6e6e6);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
-  .button:insensitive {
-    border-width: 1px;
-    border-style: solid;
-    color: #8d9091;
-    border-color: #a1a1a1;
-    background-image: linear-gradient(to bottom, #f4f4f4);
-    text-shadow: none;
-    icon-shadow: none;
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; }
-    .button:insensitive:active {
-      border-width: 1px;
-      border-style: solid;
-      color: #8d9091;
-      border-color: #a1a1a1;
-      background-image: linear-gradient(to bottom, #ebebeb);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; }
-  .osd .button {
-    padding: 6px;
-    border-width: 1px;
-    border-width: 1px;
-    border-style: solid;
-    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05), 
rgba(0, 0, 0, 0.01));
-    border-color: rgba(255, 255, 255, 0.2);
-    box-shadow: none; }
-    .osd .button:hover {
-      border-width: 1px;
-      border-style: solid;
-      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1), 
rgba(0, 0, 0, 0.01));
-      border-color: rgba(255, 255, 255, 0.2);
-      box-shadow: none; }
-    .osd .button:active {
-      border-width: 1px;
-      border-style: solid;
-      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05), rgba(255, 
255, 255, 0.1));
-      border-color: rgba(255, 255, 255, 0.2);
-      box-shadow: none; }
-    .osd .button:insensitive {
-      border-width: 1px;
-      border-style: solid;
-      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8));
-      border-color: rgba(255, 255, 255, 0.2);
-      color: #8d9091; }
-    .osd .button:backdrop {
-      border-width: 1px;
-      border-style: solid; }
-  .button.suggested-action {
-    border-width: 1px;
-    border-style: solid;
-    color: white;
-    background-image: linear-gradient(to bottom, #89b7e6, #4a90d9 40%, #2a76c6);
-    border-color: #1c5187;
-    text-shadow: 0 -1px rgba(0, 0, 0, 0.54353);
-    icon-shadow: 0 -1px rgba(0, 0, 0, 0.54353);
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px white; }
-    .button.suggested-action:hover {
-      border-width: 1px;
-      border-style: solid;
-      color: white;
-      border-color: #1c5187;
-      background-image: linear-gradient(to bottom, #85b4e5, #5b9add 40%, #4a90d9);
-      text-shadow: 0 -1px rgba(0, 0, 0, 0.51153);
-      icon-shadow: 0 -1px rgba(0, 0, 0, 0.51153);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px white; }
-    .button.suggested-action:active {
-      border-width: 1px;
-      border-style: solid;
-      color: white;
-      border-color: #1c5187;
-      background-image: linear-gradient(to bottom, #256ab1, #2974c2 3%, #2a76c6);
-      text-shadow: 0 -1px rgba(0, 0, 0, 0.62353);
-      icon-shadow: 0 -1px rgba(0, 0, 0, 0.62353);
-      box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.3), 0 1px white; }
-    .button.suggested-action:backdrop {
-      border-width: 1px;
-      border-style: solid;
-      color: #ededed;
-      border-color: #4a90d9;
-      background-image: linear-gradient(to bottom, #4a90d9);
-      text-shadow: none;
-      icon-shadow: none;
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
-      .button.suggested-action:backdrop:insensitive {
-        border-width: 1px;
-        border-style: solid;
-        color: #c7c7c7;
-        border-color: #a1a1a1;
-        background-image: linear-gradient(to bottom, #ededed);
-        box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-    .button.suggested-action:insensitive {
-      border-width: 1px;
-      border-style: solid;
-      color: #8d9091;
-      border-color: #a1a1a1;
-      background-image: linear-gradient(to bottom, #f4f4f4);
-      text-shadow: none;
-      icon-shadow: none;
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; }
-  .button.destructive-action {
-    border-width: 1px;
-    border-style: solid;
-    color: white;
-    background-image: linear-gradient(to bottom, #f47070, #ef2929 40%, #d51010);
-    border-color: #8e0b0b;
-    text-shadow: 0 -1px rgba(0, 0, 0, 0.56078);
-    icon-shadow: 0 -1px rgba(0, 0, 0, 0.56078);
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px white; }
-    .button.destructive-action:hover {
-      border-width: 1px;
-      border-style: solid;
-      color: white;
-      border-color: #8e0b0b;
-      background-image: linear-gradient(to bottom, #f46b6b, #f03c3c 40%, #ef2929);
-      text-shadow: 0 -1px rgba(0, 0, 0, 0.52878);
-      icon-shadow: 0 -1px rgba(0, 0, 0, 0.52878);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px white; }
-    .button.destructive-action:active {
-      border-width: 1px;
-      border-style: solid;
-      color: white;
-      border-color: #8e0b0b;
-      background-image: linear-gradient(to bottom, #bd0e0e, #d01010 3%, #d51010);
-      text-shadow: 0 -1px rgba(0, 0, 0, 0.64078);
-      icon-shadow: 0 -1px rgba(0, 0, 0, 0.64078);
-      box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.3), 0 1px white; }
-    .button.destructive-action:backdrop {
-      border-width: 1px;
-      border-style: solid;
-      color: #ededed;
-      border-color: #ef2929;
-      background-image: linear-gradient(to bottom, #ef2929);
-      text-shadow: none;
-      icon-shadow: none;
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
-      .button.destructive-action:backdrop:insensitive {
-        border-width: 1px;
-        border-style: solid;
-        color: #c7c7c7;
-        border-color: #a1a1a1;
-        background-image: linear-gradient(to bottom, #ededed);
-        box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-    .button.destructive-action:insensitive {
-      border-width: 1px;
-      border-style: solid;
-      color: #8d9091;
-      border-color: #a1a1a1;
-      background-image: linear-gradient(to bottom, #f4f4f4);
-      text-shadow: none;
-      icon-shadow: none;
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; }
-  .header-bar .button.text-button {
-    padding: 6px 8px 5px; }
-  .header-bar .button.image-button {
-    padding: 8px; }
-  .inline-toolbar .button, .inline-toolbar .button:backdrop {
-    border-radius: 2px;
-    border-width: 1px; }
-  .primary-toolbar .button {
-    icon-shadow: none; }
-
-.osd .button, .osd .button:hover, .osd .button:active, .osd .button:insensitive, .osd .button:backdrop, 
.inline-toolbar .button, .inline-toolbar .button:backdrop, .linked .button, .linked .button:backdrop {
-  border-radius: 0;
-  border-left-style: none; }
-  .osd .button:dir(rtl), .inline-toolbar .button:dir(rtl), .linked .button:dir(rtl) {
-    border-right-style: none;
-    border-left-style: solid; }
-  .osd .button:first-child, .inline-toolbar .button:first-child, .linked .button:first-child {
-    border-radius: 3px 0 0 3px;
-    border-left-style: solid; }
-  .osd .button:last-child, .inline-toolbar .button:last-child, .linked .button:last-child {
-    border-radius: 0 3px 3px 0; }
-    .osd .button:last-child:dir(rtl), .inline-toolbar .button:last-child:dir(rtl), .linked 
.button:last-child:dir(rtl) {
-      border-right-style: solid; }
-  .osd .button:only-child, .inline-toolbar .button:only-child, .linked .button:only-child {
-    border-radius: 3px;
-    border-style: solid; }
-
-GtkLinkButton.button, GtkLinkButton.button:hover, GtkLinkButton.button:active {
-  border-color: transparent;
-  background-color: transparent;
-  background-image: none;
-  box-shadow: none; }
-
-/* menu buttons */
-.menuitem.button, .menuitem.button:insensitive, .menuitem.button:active:insensitive {
-  color: #2e3436;
-  background-color: transparent;
-  background-image: none;
-  border-color: transparent;
-  border-image: none;
-  border-style: none;
-  box-shadow: none; }
-  .menuitem.button:active {
-    color: white;
-    text-shadow: none;
-    icon-shadow: none; }
-  .menuitem.button:backdrop, .menuitem.button:backdrop:active:insensitive, .menuitem.button:hover:backdrop, 
.menuitem.button:insensitive:backdrop, .menuitem.button:active:insensitive:backdrop, 
.menuitem.button:active:backdrop, .menuitem.button:active:hover:backdrop, 
.menuitem.button:active:selected:backdrop {
-    text-shadow: none;
-    icon-shadow: none;
-    color: #8d9091;
-    background-image: linear-gradient(to bottom, #ededed);
-    border: none;
-    box-shadow: none; }
-
-GtkColorButton.button {
-  padding: 4px; }
-
-.inline-toolbar.toolbar GtkToolButton .button {
-  border-width: 1px;
-  border-style: solid;
-  color: #2e3436;
-  background-image: linear-gradient(to bottom, white, #ededed 40%, lightgray);
-  border-color: #a1a1a1;
-  text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-  icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-  box-shadow: inset 0 1px white, 0 1px white; }
-
-/*********
- * Links *
- *********/
-GtkLinkButton.button {
-  color: #4a90d9;
-  text-shadow: none; }
-  GtkLinkButton.button:hover, GtkLinkButton.button:active {
-    color: #3e6b97;
-    text-shadow: none; }
-
-/*****************
- * GtkSpinButton *
- *****************/
-.spinbutton .button {
-  background-image: none;
-  border-width: 0 0 0 1px;
-  border-color: rgba(161, 161, 161, 0.3);
-  border-radius: 0;
-  box-shadow: none; }
-  .spinbutton .button:dir(rtl) {
-    border-width: 0 1px 0 0; }
-  .spinbutton .button:insensitive {
-    color: rgba(141, 144, 145, 0.3); }
-  .spinbutton .button:active {
-    box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); }
-  .spinbutton .button:backdrop {
-    border-color: rgba(161, 161, 161, 0.3); }
-  .spinbutton .button:backdrop:insensitive {
-    color: rgba(199, 199, 199, 0.3);
-    border-width: 0 0 0 1px; }
-    .spinbutton .button:backdrop:insensitive:dir(rtl) {
-      border-width: 0 1px 0 0; }
-.spinbutton.vertical .button:first-child {
-  border-width: 1px;
-  border-style: solid;
-  color: #2e3436;
-  background-image: linear-gradient(to bottom, white, #ededed 40%, lightgray);
-  border-color: #a1a1a1;
-  text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-  icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-  box-shadow: inset 0 1px white; }
-  .spinbutton.vertical .button:first-child:active {
-    border-width: 1px;
-    border-style: solid;
-    color: #2e3436;
-    border-color: #a1a1a1;
-    background-image: linear-gradient(to bottom, #c7c7c7, #d1d1d1 3%, lightgray);
-    text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.3); }
-  .spinbutton.vertical .button:first-child:hover {
-    border-width: 1px;
-    border-style: solid;
-    color: #2e3436;
-    border-color: #a1a1a1;
-    background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed);
-    text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    box-shadow: inset 0 1px white; }
-  .spinbutton.vertical .button:first-child:insensitive {
-    border-width: 1px;
-    border-style: solid;
-    color: #8d9091;
-    border-color: #a1a1a1;
-    background-image: linear-gradient(to bottom, #f4f4f4);
-    text-shadow: none;
-    icon-shadow: none;
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-.spinbutton.vertical .button:last-child {
-  border-width: 1px;
-  border-style: solid;
-  color: #2e3436;
-  background-image: linear-gradient(to bottom, white, #ededed 40%, lightgray);
-  border-color: #a1a1a1;
-  text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-  icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-  box-shadow: inset 0 1px white, 0 1px white; }
-  .spinbutton.vertical .button:last-child:active {
-    border-width: 1px;
-    border-style: solid;
-    color: #2e3436;
-    border-color: #a1a1a1;
-    background-image: linear-gradient(to bottom, #c7c7c7, #d1d1d1 3%, lightgray);
-    text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.3), 0 1px white; }
-  .spinbutton.vertical .button:last-child:hover {
-    border-width: 1px;
-    border-style: solid;
-    color: #2e3436;
-    border-color: #a1a1a1;
-    background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed);
-    text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    box-shadow: inset 0 1px white, 0 1px white; }
-  .spinbutton.vertical .button:last-child:insensitive {
-    border-width: 1px;
-    border-style: solid;
-    color: #8d9091;
-    border-color: #a1a1a1;
-    background-image: linear-gradient(to bottom, #f4f4f4);
-    text-shadow: none;
-    icon-shadow: none;
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; }
-.spinbutton.vertical .button:backdrop {
-  border-width: 1px;
-  border-style: solid;
-  color: #54595a;
-  border-color: #a1a1a1;
-  background-image: linear-gradient(to bottom, #ededed);
-  text-shadow: none;
-  icon-shadow: none;
-  box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
-.spinbutton.vertical .button:backdrop:insensitive {
-  border-width: 1px;
-  border-style: solid;
-  color: #c7c7c7;
-  border-color: #a1a1a1;
-  background-image: linear-gradient(to bottom, #ededed);
-  box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-.spinbutton.vertical.entry {
-  border-radius: 0; }
-.spinbutton.vertical .button:first-child, .spinbutton.vertical .button:first-child:active, 
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive {
-  border-radius: 3px 3px 0 0;
-  border-bottom-width: 0; }
-.spinbutton.vertical .button:last-child, .spinbutton.vertical .button:last-child:active, 
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive {
-  border-radius: 0 0 3px 3px;
-  border-top-width: 0; }
-
-/**************
- * ComboBoxes *
- **************/
-GtkComboBox {
-  padding: 0;
-  -GtkComboBox-arrow-scaling: 0.5;
-  -GtkComboBox-shadow-type: none;
-  box-shadow: 0 1px white;
-  text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-  icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); }
-  GtkComboBox:insensitive {
-    color: #8d9091;
-    text-shadow: none;
-    icon-shadow: none; }
-  GtkComboBox:backdrop {
-    color: #54595a;
-    text-shadow: none;
-    icon-shadow: none; }
-  GtkComboBox:backdrop:insensitive {
-    color: #c7c7c7; }
-  GtkComboBox .menuitem:active {
-    text-shadow: none; }
-  GtkComboBox .separator {
-    -GtkWidget-wide-separators: true;
-    -GtkWidget-horizontal-separator: 0;
-    -GtkWidget-vertical-separator: 0; }
-  GtkComboBox.combobox-entry .entry {
-    border-radius: 3px 0 0 3px; }
-    GtkComboBox.combobox-entry .entry:dir(rtl) {
-      border-radius: 0 3px 3px 0; }
-  GtkComboBox.combobox-entry .button, GtkComboBox.combobox-entry .button:backdrop {
-    border-radius: 0 3px 3px 0;
-    border-left-style: none; }
-    GtkComboBox.combobox-entry .button:dir(rtl), GtkComboBox.combobox-entry .button:backdrop:dir(rtl) {
-      border-radius: 3px 0 0 3px;
-      border-left-style: solid;
-      border-right-style: none; }
-
-/************
- * Toolbars *
- ************/
-.toolbar {
-  padding: 6px;
-  background-color: #ededed; }
-  .toolbar.osd {
-    background-color: rgba(0, 0, 0, 0.8);
-    border-radius: 6px;
-    padding: 12px; }
-  .toolbar.inline-toolbar {
-    border-width: 0 1px 1px;
-    padding: 3px;
-    border-radius: 0  0 4px 4px; }
-  .toolbar.search-bar {
-    border-width: 0 0 1px;
-    padding: 3px; }
-
-.toolbar.inline-toolbar, .toolbar.search-bar {
-  border-style: solid;
-  border-color: #a1a1a1;
-  background-color: #d6d6d6;
-  box-shadow: inset 0 2px 3px -1px #b6b6b6; }
-  .toolbar.inline-toolbar:backdrop, .toolbar.search-bar:backdrop {
-    border-color: #a1a1a1;
-    background-color: #d2d2d2;
-    box-shadow: none; }
-
-.action-bar {
-  padding: 4px; }
-
-/***************
- * Header bars *
- ***************/
-.titlebar,
-.header-bar {
-  border-width: 0 0 1px;
-  border-style: solid;
-  border-color: #a1a1a1;
-  border-radius: 7px 7px 0 0;
-  background-color: transparent;
-  background-image: linear-gradient(to bottom, #f7f7f7, #ededed);
-  box-shadow: inset 0 -1px #d6d6d6, inset 0 1px white;
-  padding: 6px; }
-  .titlebar:backdrop,
-  .header-bar:backdrop {
-    border-color: #a1a1a1;
-    background-color: #ededed;
-    background-image: none;
-    box-shadow: none; }
-  .titlebar .title,
-  .header-bar .title {
-    font: Bold;
-    padding: 0px 12px; }
-  .titlebar .subtitle,
-  .header-bar .subtitle {
-    font-size: 80%;
-    padding: 0 12px; }
-  .titlebar .header-bar-separator, .titlebar > GtkBox > .separator.vertical,
-  .header-bar .header-bar-separator,
-  .header-bar > GtkBox > .separator.vertical {
-    -GtkWidget-wide-separators: true;
-    -GtkWidget-separator-width: 1px;
-    border-width: 0 1px;
-    border-image: linear-gradient(to bottom, rgba(161, 161, 161, 0), #a1a1a1 30%, #a1a1a1 70%, rgba(161, 
161, 161, 0) 100%) 0 1/0 1px stretch; }
-    .titlebar .header-bar-separator:backdrop, .titlebar > GtkBox > .separator.vertical:backdrop,
-    .header-bar .header-bar-separator:backdrop,
-    .header-bar > GtkBox > .separator.vertical:backdrop {
-      border-image: linear-gradient(to bottom, rgba(161, 161, 161, 0.5)) 0 1/1px 1px; }
-  .titlebar.selection-mode,
-  .header-bar.selection-mode {
-    color: #256ab1;
-    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
-    background-image: linear-gradient(to bottom, #5f9ddd, #5295db);
-    box-shadow: inset 0 -1px #d6d6d6, inset 0 1px #a4c7ec; }
-  .tiled .titlebar, .maximized .titlebar, .tiled
-  .header-bar, .maximized
-  .header-bar {
-    border-radius: 0; }
-
-/**************
- * Tree Views *
- **************/
-column-header .button,
-column-header .button:hover,
-column-header .button:active,
-column-header .button:backdrop {
-  border-width: 0 1px 1px 0;
-  border-color: transparent;
-  box-shadow: none;
-  border-radius: 0;
-  border-image: linear-gradient(to top, #d0d0d0, white) 0 1 1 0;
-  background-image: none;
-  background-color: white;
-  color: #96999a;
-  font-weight: bold; }
-
-/*********
- * Menus *
- *********/
-.menubar {
-  padding: 2px; }
-  .menubar .menuitem {
-    background-color: #ededed;
-    padding: 4px 8px;
-    border-radius: 0; }
-    .menubar .menuitem:hover, .menubar .menuitem:active {
-      border-width: 0 0 3px;
-      border-style: solid;
-      border-color: #4a90d9; }
-    .menubar .menuitem:insensitive {
-      color: #8d9091; }
-
-.menu .menuitem {
-  background-color: white;
-  padding: 4px;
-  border-radius: 0; }
-  .menu .menuitem:hover {
-    border: none;
-    color: white;
-    background-color: #4a90d9; }
-  .menu .menuitem:active {
-    border: none;
-    color: white;
-    background-color: #2a76c6; }
-.menu .separator {
-  color: rgba(161, 161, 161, 0.2); }
-
-/***************
- * Popovers   *
- ***************/
-GtkPopover {
-  border-radius: 5px;
-  background-clip: border-box;
-  background-color: #ededed;
-  border-color: #a1a1a1;
-  border-width: 1px;
-  border-style: solid;
-  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
-  margin: 10px;
-  padding: 2px; }
-  GtkPopover:backdrop {
-    box-shadow: none; }
-  GtkPopover > .list, GtkPopover > .view, GtkPopover > .toolbar {
-    background-color: transparent; }
-  GtkPopover .separator {
-    font-size: 80%;
-    font-weight: bold;
-    color: #c6c8c8;
-    text-shadow: none;
-    background-color: transparent;
-    icon-shadow: none;
-    border: 0; }
-  GtkPopover.osd {
-    background-image: none;
-    background-color: rgba(0, 0, 0, 0.8);
-    border: 1px solid #a1a1a1;
-    color: white; }
-    GtkPopover.osd .button {
-      color: white;
-      text-shadow: none;
-      border-width: 1px;
-      border-style: solid;
-      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05), 
rgba(0, 0, 0, 0.01));
-      border-color: rgba(255, 255, 255, 0.2);
-      box-shadow: none; }
-      GtkPopover.osd .button:hover {
-        border-width: 1px;
-        border-style: solid;
-        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1), 
rgba(0, 0, 0, 0.01));
-        border-color: rgba(255, 255, 255, 0.2);
-        box-shadow: none; }
-      GtkPopover.osd .button:active {
-        border-width: 1px;
-        border-style: solid;
-        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05), 
rgba(255, 255, 255, 0.1));
-        border-color: rgba(255, 255, 255, 0.2);
-        box-shadow: none; }
-      GtkPopover.osd .button:insensitive {
-        border-width: 1px;
-        border-style: solid;
-        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8));
-        border-color: rgba(255, 255, 255, 0.2);
-        color: #8d9091; }
-
-.cursor-handle {
-  background-color: transparent;
-  background-image: none; }
-  .cursor-handle.top {
-    -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); }
-  .cursor-handle.bottom {
-    -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); }
-
-/*****************
- * Notebooks and *
- * Tabs          *
- *****************/
-.notebook {
-  padding: 0;
-  background-color: white;
-  -GtkNotebook-initial-gap: 10;
-  -GtkNotebook-arrow-spacing: 5;
-  -GtkNotebook-tab-curvature: 0;
-  -GtkNotebook-tab-overlap: 1;
-  -GtkNotebook-has-tab-gap: false;
-  -GtkWidget-focus-padding: 0;
-  -GtkWidget-focus-line-width: 0;
-  transition: all 200ms ease-out; }
-  .notebook:backdrop {
-    background-color: #fcfcfc; }
-  .notebook.frame {
-    border: 1px solid #a1a1a1; }
-    .notebook.frame.top {
-      border-top-width: 0; }
-    .notebook.frame.bottom {
-      border-bottom-width: 0; }
-    .notebook.frame.right {
-      border-right-width: 0; }
-    .notebook.frame.left {
-      border-left-width: 0; }
-    .notebook.frame:backdrop {
-      border-color: #a1a1a1; }
-  .notebook.header {
-    background-color: #d6d6d6; }
-    .notebook.header.frame {
-      border: 1px solid #a1a1a1; }
-      .notebook.header.frame.top {
-        border-bottom-width: 0; }
-      .notebook.header.frame.bottom {
-        border-top-width: 0; }
-      .notebook.header.frame.right {
-        border-left-width: 0; }
-      .notebook.header.frame.left {
-        border-right-width: 0; }
-      .notebook.header.frame:backdrop {
-        border-color: #a1a1a1; }
-    .notebook.header.top {
-      box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 -1px #a1a1a1; }
-      .notebook.header.top:backdrop {
-        box-shadow: inset 0 -1px #a1a1a1; }
-    .notebook.header.bottom {
-      box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 1px #a1a1a1; }
-      .notebook.header.bottom:backdrop {
-        box-shadow: inset 0 1px #a1a1a1; }
-    .notebook.header.right {
-      box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 1px 0 #a1a1a1; }
-      .notebook.header.right:backdrop {
-        box-shadow: inset 1px 0 #a1a1a1; }
-    .notebook.header.left {
-      box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset -1px 0 #a1a1a1; }
-      .notebook.header.left:backdrop {
-        box-shadow: inset -1px 0 #a1a1a1; }
-    .notebook.header:backdrop {
-      background-color: #d2d2d2;
-      box-shadow: none; }
-  .notebook tab {
-    border-width: 0;
-    border-style: solid;
-    border-color: transparent;
-    background-color: transparent; }
-    .notebook tab.top, .notebook tab.bottom {
-      padding: 8px 20px; }
-    .notebook tab.left, .notebook tab.right {
-      padding: 5px 20px; }
-    .notebook tab.top {
-      padding-bottom: 5px;
-      border-bottom-width: 3px; }
-    .notebook tab.bottom {
-      padding-top: 5px;
-      border-top-width: 3px; }
-    .notebook tab.left {
-      padding-right: 17px;
-      border-right-width: 3px; }
-    .notebook tab.right {
-      padding-left: 17px;
-      border-left-width: 3px; }
-    .notebook tab:hover {
-      border-color: #a1a1a1; }
-    .notebook tab:active, .notebook tab:backdrop:active {
-      border-color: #4a90d9; }
-    .notebook tab:backdrop {
-      background-color: transparent;
-      border-color: transparent; }
-    .notebook tab.reorderable-page {
-      border-width: 0;
-      padding: 6px 19px; }
-      .notebook tab.reorderable-page:active {
-        padding: 8px 19px 5px 19px;
-        border-width: 0 1px 3px 1px;
-        background-color: rgba(237, 237, 237, 0.5);
-        border-color: rgba(161, 161, 161, 0.5);
-        border-bottom-color: #4a90d9; }
-        .notebook tab.reorderable-page:active:hover {
-          background-color: rgba(237, 237, 237, 0.7); }
-        .notebook tab.reorderable-page:active:backdrop, .notebook 
tab.reorderable-page:active:active:backdrop {
-          border-color: #a1a1a1;
-          background-color: #e6e6e6; }
-    .notebook tab GtkLabel {
-      font-weight: bold;
-      color: #8d9091; }
-      .notebook tab GtkLabel.prelight-page {
-        color: #5d6263; }
-      .notebook tab GtkLabel.active-page {
-        color: #2e3436; }
-        .notebook tab GtkLabel.active-page:backdrop {
-          color: #54595a; }
-      .notebook tab GtkLabel:backdrop {
-        color: #8d9090; }
-    .notebook tab .button {
-      border: 1px solid transparent;
-      box-shadow: none;
-      background-image: linear-gradient(to bottom, transparent);
-      color: rgba(46, 52, 54, 0.5); }
-      .notebook tab .button:hover {
-        border-width: 1px;
-        border-style: solid;
-        color: #2e3436;
-        background-image: linear-gradient(to bottom, white, #ededed 40%, lightgray);
-        border-color: #a1a1a1;
-        text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-        icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-        box-shadow: inset 0 1px white, 0 1px white; }
-      .notebook tab .button:active {
-        border-width: 1px;
-        border-style: solid;
-        color: #2e3436;
-        border-color: #a1a1a1;
-        background-image: linear-gradient(to bottom, #c7c7c7, #d1d1d1 3%, lightgray);
-        text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-        icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-        box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.3), 0 1px white; }
-      .notebook tab .button > GtkImage {
-        padding: 3px; }
-
-.notebook > .frame,
-.notebook > .view {
-  border: none; }
-
-/**************
- * Scrollbars *
- **************/
-.scrollbar {
-  background-clip: padding-box;
-  background-image: none;
-  border-style: solid;
-  -GtkRange-trough-border: 0;
-  -GtkScrollbar-has-backward-stepper: false;
-  -GtkScrollbar-has-forward-stepper: false;
-  -GtkRange-slider-width: 13;
-  -GtkScrollbar-min-slider-length: 42;
-  -GtkRange-stepper-spacing: 0;
-  -GtkRange-trough-under-steppers: 1; }
-  .scrollbar .button {
-    border: none; }
-  .scrollbar.trough {
-    background-color: #e0e0e0; }
-    .scrollbar.trough:backdrop {
-      background-color: transparent; }
-  .scrollbar.slider {
-    border-radius: 20px;
-    border: 3px solid transparent;
-    background-color: #b3b5b6; }
-    .scrollbar.slider:backdrop, .scrollbar.slider:insensitive {
-      background-color: #d9dada; }
-    .scrollbar.slider:hover {
-      background-color: #8d9091; }
-    .scrollbar.slider:prelight:active {
-      background-color: #4a90d9; }
-    .scrollbar.slider.fine-tune {
-      border-width: 5px; }
-      .scrollbar.slider.fine-tune:prelight:active {
-        background-color: #4a90d9; }
-
-/**********
- * Switch *
- **********/
-GtkSwitch {
-  -GtkSwitch-slider-width: 47px;
-  font: bold condensed 9;
-  outline-offset: -4px; }
-  GtkSwitch.trough {
-    border-width: 1px;
-    border-style: solid;
-    border-radius: 3px;
-    border-color: #a1a1a1;
-    background-color: #cecece;
-    box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px white;
-    text-shadow: 0 1px rgba(0, 0, 0, 0.1); }
-    GtkSwitch.trough:active {
-      color: white;
-      border-color: #184472;
-      background-color: #4a90d9;
-      box-shadow: 0 1px white;
-      text-shadow: 0 0 2px white; }
-    GtkSwitch.trough:insensitive {
-      color: #8d9091;
-      border-color: #a1a1a1;
-      background-color: #f4f4f4;
-      box-shadow: 0 1px white;
-      text-shadow: none; }
-    GtkSwitch.trough:backdrop {
-      color: #54595a;
-      border-color: #a1a1a1;
-      background-color: #ededed;
-      box-shadow: none;
-      text-shadow: none; }
-    GtkSwitch.trough:backdrop:active {
-      color: #ededed;
-      border-color: #4a90d9;
-      background-color: #4a90d9;
-      box-shadow: none; }
-    GtkSwitch.trough:backdrop:insensitive {
-      color: #c7c7c7;
-      border-color: #c7c7c7; }
-  GtkSwitch.slider {
-    border-radius: 3px;
-    border-width: 1px;
-    border-style: solid;
-    color: #2e3436;
-    background-image: linear-gradient(to bottom, white, #ededed 40%, lightgray);
-    border-color: #a1a1a1;
-    text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    box-shadow: inset 0 1px white;
-    box-shadow: inset 0 1px white, inset 0 -2px rgba(237, 237, 237, 0.6), inset 0 -1px #c7c7c7; }
-    GtkSwitch.slider:active {
-      border: 1px solid #184472; }
-    GtkSwitch.slider:insensitive {
-      border-width: 1px;
-      border-style: solid;
-      color: #8d9091;
-      border-color: #a1a1a1;
-      background-image: linear-gradient(to bottom, #f4f4f4);
-      text-shadow: none;
-      icon-shadow: none;
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-    GtkSwitch.slider:backdrop {
-      border-width: 1px;
-      border-style: solid;
-      color: #54595a;
-      border-color: #a1a1a1;
-      background-image: linear-gradient(to bottom, #ededed);
-      text-shadow: none;
-      icon-shadow: none;
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
-    GtkSwitch.slider:backdrop:active {
-      border-color: #4a90d9; }
-    GtkSwitch.slider:backdrop:insensitive {
-      border-width: 1px;
-      border-style: solid;
-      color: #c7c7c7;
-      border-color: #a1a1a1;
-      background-image: linear-gradient(to bottom, #ededed);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-
-/*************************
- * Check and Radio items *
- *************************/
-.check {
-  background-image: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked 2 
png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:hover {
-  background-image: -gtk-scaled(url("assets/checkbox-unchecked-hover.png"), 
url("assets/checkbox-unchecked-hover 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:selected {
-  background-image: -gtk-scaled(url("assets/checkbox-unchecked-active.png"), 
url("assets/checkbox-unchecked-active 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:insensitive {
-  background-image: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), 
url("assets/checkbox-unchecked-insensitive 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:backdrop {
-  background-image: -gtk-scaled(url("assets/checkbox-unchecked-backdrop.png"), 
url("assets/checkbox-unchecked-backdrop 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:backdrop:insensitive {
-  background-image: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-insensitive.png"), 
url("assets/checkbox-unchecked-backdrop-insensitive 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:inconsistent {
-  background-image: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:inconsistent:selected {
-  background-image: -gtk-scaled(url("assets/checkbox-mixed-active.png"), url("assets/checkbox-mixed-active 2 
png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:inconsistent:backdrop {
-  background-image: -gtk-scaled(url("assets/checkbox-mixed-backdrop.png"), 
url("assets/checkbox-mixed-backdrop 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:inconsistent:insensitive {
-  background-image: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), 
url("assets/checkbox-mixed-insensitive 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:inconsistent:insensitive:backdrop {
-  background-image: -gtk-scaled(url("assets/checkbox-mixed-backdrop-insensitive.png"), 
url("assets/checkbox-mixed-backdrop-insensitive 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:active {
-  background-image: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:active:insensitive {
-  background-image: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), 
url("assets/checkbox-checked-insensitive 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:hover:active {
-  background-image: -gtk-scaled(url("assets/checkbox-checked-hover.png"), url("assets/checkbox-checked-hover 
2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:active:selected {
-  background-image: -gtk-scaled(url("assets/checkbox-checked-active.png"), 
url("assets/checkbox-checked-active 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:backdrop:active {
-  background-image: -gtk-scaled(url("assets/checkbox-checked-backdrop.png"), 
url("assets/checkbox-checked-backdrop 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.check:backdrop:active:insensitive {
-  background-image: -gtk-scaled(url("assets/checkbox-checked-backdrop-insensitive.png"), 
url("assets/checkbox-checked-backdrop-insensitive 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-GtkPopover GtkModelButton.button.check,
-.menuitem.check,
-GtkTreeView.check {
-  color: rgba(46, 52, 54, 0.1);
-  background-image: none;
-  background-color: transparent;
-  -gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); }
-  GtkPopover GtkModelButton.button.check:hover,
-  .menuitem.check:hover,
-  GtkTreeView.check:hover {
-    background-image: none; }
-  GtkPopover GtkModelButton.button.check:selected:selected, GtkPopover 
GtkModelButton.button.check:selected:hover,
-  .menuitem.check:selected:selected,
-  .menuitem.check:selected:hover,
-  GtkTreeView.check:selected:selected,
-  GtkTreeView.check:selected:hover {
-    background-image: none;
-    color: rgba(255, 255, 255, 0.1); }
-  GtkPopover GtkModelButton.button.check:active, GtkPopover GtkModelButton.button.check:active:hover,
-  .menuitem.check:active,
-  .menuitem.check:active:hover,
-  GtkTreeView.check:active,
-  GtkTreeView.check:active:hover {
-    -gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic");
-    color: #2e3436; }
-  GtkPopover GtkModelButton.button.check:selected:active, GtkPopover 
GtkModelButton.button.check:selected:active:hover,
-  .menuitem.check:selected:active,
-  .menuitem.check:selected:active:hover,
-  GtkTreeView.check:selected:active,
-  GtkTreeView.check:selected:active:hover {
-    color: white; }
-  GtkPopover GtkModelButton.button.check:inconsistent, GtkPopover 
GtkModelButton.button.check:inconsistent:hover,
-  .menuitem.check:inconsistent,
-  .menuitem.check:inconsistent:hover,
-  GtkTreeView.check:inconsistent,
-  GtkTreeView.check:inconsistent:hover {
-    -gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); }
-  GtkPopover GtkModelButton.button.check:backdrop,
-  .menuitem.check:backdrop,
-  GtkTreeView.check:backdrop {
-    background-image: none; }
-
-.menuitem.check:hover, .menuitem.check:active:hover {
-  color: white; }
-
-GtkPopover GtkModelButton.button.check:hover, GtkPopover GtkModelButton.button.check:active:hover {
-  color: #2e3436; }
-
-.radio {
-  background-image: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:hover {
-  background-image: -gtk-scaled(url("assets/radio-unchecked-hover.png"), url("assets/radio-unchecked-hover 2 
png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:selected {
-  background-image: -gtk-scaled(url("assets/radio-unchecked-active.png"), url("assets/radio-unchecked-active 
2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:insensitive {
-  background-image: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), 
url("assets/radio-unchecked-insensitive 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:backdrop {
-  background-image: -gtk-scaled(url("assets/radio-unchecked-backdrop.png"), 
url("assets/radio-unchecked-backdrop 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:backdrop:insensitive {
-  background-image: -gtk-scaled(url("assets/radio-unchecked-backdrop-insensitive.png"), 
url("assets/radio-unchecked-backdrop-insensitive 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:inconsistent {
-  background-image: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:inconsistent:selected {
-  background-image: -gtk-scaled(url("assets/radio-mixed-active.png"), url("assets/radio-mixed-active 2 
png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:inconsistent:backdrop {
-  background-image: -gtk-scaled(url("assets/radio-mixed-backdrop.png"), url("assets/radio-mixed-backdrop 2 
png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:inconsistent:insensitive {
-  background-image: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), 
url("assets/radio-mixed-insensitive 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:inconsistent:insensitive:backdrop {
-  background-image: -gtk-scaled(url("assets/radio-mixed-backdrop-insensitive.png"), 
url("assets/radio-mixed-backdrop-insensitive 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:active {
-  background-image: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:active:insensitive {
-  background-image: -gtk-scaled(url("assets/radio-checked-insensitive.png"), 
url("assets/radio-checked-insensitive 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:hover:active {
-  background-image: -gtk-scaled(url("assets/radio-checked-hover.png"), url("assets/radio-checked-hover 2 
png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:active:selected {
-  background-image: -gtk-scaled(url("assets/radio-checked-active.png"), url("assets/radio-checked-active 2 
png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:backdrop:active {
-  background-image: -gtk-scaled(url("assets/radio-checked-backdrop.png"), url("assets/radio-checked-backdrop 
2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-.radio:backdrop:active:insensitive {
-  background-image: -gtk-scaled(url("assets/radio-checked-backdrop-insensitive.png"), 
url("assets/radio-checked-backdrop-insensitive 2 png"));
-  background-repeat: no-repeat;
-  background-position: center; }
-
-GtkPopover GtkModelButton.button.radio,
-.menuitem.radio,
-GtkTreeView.radio {
-  color: rgba(46, 52, 54, 0.1);
-  background-image: none;
-  background-color: transparent;
-  -gtk-icon-source: -gtk-icontheme("radio-checked-symbolic"); }
-  GtkPopover GtkModelButton.button.radio:hover,
-  .menuitem.radio:hover,
-  GtkTreeView.radio:hover {
-    background-image: none; }
-  GtkPopover GtkModelButton.button.radio:selected:selected, GtkPopover 
GtkModelButton.button.radio:selected:hover,
-  .menuitem.radio:selected:selected,
-  .menuitem.radio:selected:hover,
-  GtkTreeView.radio:selected:selected,
-  GtkTreeView.radio:selected:hover {
-    background-image: none;
-    color: rgba(255, 255, 255, 0.1); }
-  GtkPopover GtkModelButton.button.radio:active, GtkPopover GtkModelButton.button.radio:active:hover,
-  .menuitem.radio:active,
-  .menuitem.radio:active:hover,
-  GtkTreeView.radio:active,
-  GtkTreeView.radio:active:hover {
-    -gtk-icon-source: -gtk-icontheme("radio-checked-symbolic");
-    color: #2e3436; }
-  GtkPopover GtkModelButton.button.radio:selected:active, GtkPopover 
GtkModelButton.button.radio:selected:active:hover,
-  .menuitem.radio:selected:active,
-  .menuitem.radio:selected:active:hover,
-  GtkTreeView.radio:selected:active,
-  GtkTreeView.radio:selected:active:hover {
-    color: white; }
-  GtkPopover GtkModelButton.button.radio:inconsistent, GtkPopover 
GtkModelButton.button.radio:inconsistent:hover,
-  .menuitem.radio:inconsistent,
-  .menuitem.radio:inconsistent:hover,
-  GtkTreeView.radio:inconsistent,
-  GtkTreeView.radio:inconsistent:hover {
-    -gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); }
-  GtkPopover GtkModelButton.button.radio:backdrop,
-  .menuitem.radio:backdrop,
-  GtkTreeView.radio:backdrop {
-    background-image: none; }
-
-.menuitem.radio:hover, .menuitem.radio:active:hover {
-  color: white; }
-
-GtkPopover GtkModelButton.button.radio:hover, GtkPopover GtkModelButton.button.radio:active:hover {
-  color: #2e3436; }
-
-GtkCheckButton.text-button:selected {
-  background-color: transparent; }
-
-/************
- * GtkScale *
- ************/
-.scale {
-  -GtkScale-slider-length: 20;
-  -GtkRange-slider-width: 20;
-  -GtkRange-trough-border: 2;
-  outline-offset: -9px;
-  margin: 10px; }
-  .scale.slider {
-    border-width: 1px;
-    border-style: solid;
-    color: #2e3436;
-    background-image: linear-gradient(to bottom, white, #ededed 40%, lightgray);
-    border-color: #a1a1a1;
-    text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    box-shadow: inset 0 1px white, 0 1px white;
-    border-radius: 50%;
-    border-color: #999999;
-    box-shadow: inset 0 1px white, inset 0 -2px #ededed, inset 0 -1px #c7c7c7; }
-    .scale.slider:insensitive {
-      background-image: linear-gradient(to bottom, #f4f4f4);
-      box-shadow: none; }
-    .scale.slider:backdrop {
-      border-color: #999999;
-      background-image: linear-gradient(to bottom, #ededed);
-      box-shadow: none; }
-    .scale.slider:backdrop:insensitive {
-      border-width: 1px;
-      border-style: solid;
-      color: #c7c7c7;
-      border-color: #a1a1a1;
-      background-image: linear-gradient(to bottom, #ededed);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-    .scale.slider:active {
-      border: 1px solid #153d65; }
-    .scale.slider.fine-tune:active {
-      border: 4px solid transparent;
-      box-shadow: inset 0 2px white, inset 0 0 0 1px #153d65; }
-  .scale.trough {
-    border-width: 1px;
-    border-style: solid;
-    border-radius: 3px;
-    border-color: #a1a1a1;
-    background-color: #cecece;
-    box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), 0 1px white; }
-    .scale.trough.highlight {
-      border-color: #184472;
-      background-color: #4a90d9;
-      box-shadow: 0 1px white; }
-      .scale.trough.highlight:backdrop {
-        border-color: #4a90d9;
-        background-color: #4a90d9;
-        box-shadow: none; }
-    .scale.trough:insensitive, .scale.trough.hilight:insensitive {
-      border-color: #a1a1a1;
-      background-color: #f4f4f4;
-      box-shadow: 0 1px white; }
-    .scale.trough:backdrop {
-      border-color: #a1a1a1;
-      background-color: #c7c7c7;
-      box-shadow: none; }
-    .scale.trough:backdrop:insensitive, .scale.trough .hilight:backdrop:insensitive {
-      border-color: #c7c7c7;
-      background-color: #ededed; }
-
-/*****************
- * Progress bars *
- *****************/
-GtkProgressBar {
-  padding: 0;
-  font-size: 83%;
-  color: rgba(46, 52, 54, 0.4); }
-  GtkProgressBar:backdrop {
-    color: #c7c7c7; }
-
-.progressbar {
-  border-width: 1px;
-  border-style: solid;
-  border-radius: 3px;
-  border-color: #184472;
-  background-color: #4a90d9;
-  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); }
-  .progressbar.vertical {
-    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.2); }
-  .progressbar:backdrop {
-    border-color: #4a90d9;
-    background-color: #4a90d9;
-    box-shadow: none; }
-
-GtkProgressBar.trough {
-  border-width: 1px;
-  border-style: solid;
-  border-radius: 3px;
-  border-color: #a1a1a1;
-  background-color: #d2d2d2;
-  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), 0 1px white; }
-  GtkProgressBar.trough:backdrop {
-    border-color: #a1a1a1;
-    background-color: #d2d2d2;
-    box-shadow: 0 1px rgba(255, 255, 255, 0); }
-
-/*************
- * Level Bar *
- *************/
-GtkLevelBar {
-  -GtkLevelBar-min-block-width: 34;
-  -GtkLevelBar-min-block-height: 3; }
-
-GtkLevelBar.vertical {
-  -GtkLevelBar-min-block-width: 3;
-  -GtkLevelBar-min-block-height: 34; }
-
-.level-bar.trough {
-  padding: 2px;
-  border-radius: 3px;
-  background-color: transparent;
-  border-style: solid;
-  border-width: 1px;
-  background-image: linear-gradient(to bottom, #f7f7f7, white 90%);
-  border-color: #a1a1a1;
-  box-shadow: inset 0 2px 2px -2px #7f7f7f, 0 1px white; }
-  .level-bar.trough:backdrop {
-    background-color: transparent;
-    border-style: solid;
-    border-width: 1px;
-    background-image: linear-gradient(to bottom, #f7f7f7, white 90%);
-    color: #54595a;
-    background-image: linear-gradient(to bottom, #fcfcfc);
-    box-shadow: 0 1px rgba(255, 255, 255, 0); }
-.level-bar.fill-block {
-  border-width: 1px;
-  border-style: solid;
-  border-color: #2a76c6;
-  background-color: #4a90d9;
-  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
-  border-radius: 1px; }
-  .level-bar.fill-block:backdrop {
-    border-color: #4a90d9;
-    box-shadow: none; }
-  .level-bar.fill-block.indicator-discrete.horizontal {
-    margin: 0 1px; }
-  .level-bar.fill-block.indicator-discrete.vertical {
-    margin: 1px 0; }
-  .level-bar.fill-block.level-high {
-    border-color: #5aa411;
-    background-color: #73d216; }
-    .level-bar.fill-block.level-high:backdrop {
-      border-color: #73d216; }
-  .level-bar.fill-block.level-low {
-    border-color: #c26000;
-    background-color: #f57900; }
-    .level-bar.fill-block.level-low:backdrop {
-      border-color: #f57900; }
-  .level-bar.fill-block.empty-fill-block {
-    background-color: transparent;
-    border-color: rgba(46, 52, 54, 0.2);
-    box-shadow: none; }
-    .level-bar.fill-block.empty-fill-block:backdrop {
-      border-color: rgba(84, 89, 90, 0.15); }
-
-.view:selected, .view:selected:focus, .view:selected:hover, .view:selected:backdrop, .entry:selected, 
.entry:selected:focus, .entry:selected:backdrop, .button:selected, .button:selected:focus, 
.button:selected:backdrop {
-  background-color: #4a90d9;
-  color: white; }
-
-/**********
- * Frames *
- **********/
-.frame {
-  border: 1px solid #a1a1a1;
-  padding: 0; }
-  .frame:backdrop {
-    border-color: #a1a1a1; }
-
-GtkScrolledWindow .frame {
-  border-radius: 2px; }
-GtkScrolledWindow GtkViewport.frame {
-  border-style: none; }
-
-.separator {
-  color: rgba(0, 0, 0, 0.1); }
-
-/*********
- * Lists *
- *********/
-.list {
-  background-color: white;
-  border-color: #a1a1a1; }
-  .list:backdrop {
-    background-color: #fcfcfc;
-    border-color: #a1a1a1; }
-
-/*********************
- * App Notifications *
- *********************/
-.app-notification {
-  border-width: 0 1px 1px;
-  border-style: solid;
-  border-color: #a1a1a1;
-  border-radius: 0 0 6px 6px;
-  background-image: linear-gradient(to bottom, #dedede 5%, #e3e3e3);
-  padding: 0 4px; }
-  .app-notification .button {
-    padding: 6px; }
-
-/************
- * Calendar *
- ***********/
-GtkCalendar {
-  border: 1px solid #a1a1a1; }
-  GtkCalendar.button {
-    padding: 0 4px;
-    color: #d0d0d0;
-    background-image: none;
-    background-color: transparent; }
-
-/***********
- * Dialogs *
- ***********/
-GtkMessageDialog .titlebar {
-  border-style: none;
-  box-shadow: inset 0 1px white; }
-
-.dialog-action-area.linked .button {
-  padding: 6px;
-  border-radius: 0;
-  border-width: 1px;
-  border-style: solid;
-  color: #2e3436;
-  background-image: linear-gradient(to bottom, white, #ededed 40%, lightgray);
-  border-color: #a1a1a1;
-  text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-  icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-  box-shadow: inset 0 1px white; }
-  .dialog-action-area.linked .button:hover {
-    border-width: 1px;
-    border-style: solid;
-    color: #2e3436;
-    border-color: #a1a1a1;
-    background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed);
-    text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    box-shadow: inset 0 1px white; }
-  .dialog-action-area.linked .button:active {
-    border-width: 1px;
-    border-style: solid;
-    color: #2e3436;
-    border-color: #a1a1a1;
-    background-image: linear-gradient(to bottom, #c7c7c7, #d1d1d1 3%, lightgray);
-    text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.3); }
-  .dialog-action-area.linked .button:insensitive {
-    border-width: 1px;
-    border-style: solid;
-    color: #8d9091;
-    border-color: #a1a1a1;
-    background-image: linear-gradient(to bottom, #f4f4f4);
-    text-shadow: none;
-    icon-shadow: none;
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-.dialog-action-area.linked .button, .dialog-action-area.linked .button:hover, .dialog-action-area.linked 
.button:active, .dialog-action-area.linked .button:insensitive, .dialog-action-area.linked .button:backdrop, 
.dialog-action-area.linked .button:backdrop:insensitive {
-  border-style: solid none none solid; }
-.dialog-action-area.linked .button:first-child {
-  border-style: solid none none none; }
-
-/***********
- * Sidebar *
- ***********/
-.sidebar,
-.sidebar .view {
-  border-style: solid solid solid none;
-  background-color: #fafafa; }
-  .sidebar .scrollbar.trough,
-  .sidebar .view .scrollbar.trough {
-    background-color: lightgray;
-    border-radius: 6px;
-    border-width: 2px;
-    border-color: transparent; }
-  .sidebar .scrollbar.slider,
-  .sidebar .view .scrollbar.slider {
-    background-color: #fafafa; }
-    .sidebar .scrollbar.slider:hover,
-    .sidebar .view .scrollbar.slider:hover {
-      background-color: white; }
-  .sidebar:selected,
-  .sidebar .view:selected {
-    background-color: #4a90d9; }
-  .sidebar:backdrop,
-  .sidebar .view:backdrop {
-    border-color: #a1a1a1; }
-  .sidebar:dir(rtl),
-  .sidebar .view:dir(rtl) {
-    border-style: solid none solid solid; }
-
-GtkPaned {
-  margin: 5px;
-  border: 0; }
-
-/**************
- * GtkInfoBar *
- **************/
-GtkInfoBar {
-  border-width: 0;
-  border-style: none; }
-
-.info,
-.question,
-.warning,
-.error {
-  background-color: #4a90d9;
-  color: white;
-  text-shadow: 0 1px #2a76c6;
-  border-color: #2a76c6; }
-  .info .button,
-  .question .button,
-  .warning .button,
-  .error .button {
-    border-width: 1px;
-    border-style: solid;
-    color: white;
-    background-image: linear-gradient(to bottom, #89b7e6, #4a90d9 40%, #2a76c6);
-    border-color: #1c5187;
-    text-shadow: 0 -1px rgba(0, 0, 0, 0.54353);
-    icon-shadow: 0 -1px rgba(0, 0, 0, 0.54353);
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
-    .info .button:hover,
-    .question .button:hover,
-    .warning .button:hover,
-    .error .button:hover {
-      border-width: 1px;
-      border-style: solid;
-      color: white;
-      border-color: #1c5187;
-      background-image: linear-gradient(to bottom, #85b4e5, #5b9add 40%, #4a90d9);
-      text-shadow: 0 -1px rgba(0, 0, 0, 0.51153);
-      icon-shadow: 0 -1px rgba(0, 0, 0, 0.51153);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
-    .info .button:active,
-    .question .button:active,
-    .warning .button:active,
-    .error .button:active {
-      border-width: 1px;
-      border-style: solid;
-      color: white;
-      border-color: #1c5187;
-      background-image: linear-gradient(to bottom, #256ab1, #2974c2 3%, #2a76c6);
-      text-shadow: 0 -1px rgba(0, 0, 0, 0.62353);
-      icon-shadow: 0 -1px rgba(0, 0, 0, 0.62353);
-      box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.3); }
-    .info .button:insensitive,
-    .question .button:insensitive,
-    .warning .button:insensitive,
-    .error .button:insensitive {
-      border-width: 1px;
-      border-style: solid;
-      color: #8d9091;
-      border-color: #a1a1a1;
-      background-image: linear-gradient(to bottom, #f4f4f4);
-      text-shadow: none;
-      icon-shadow: none;
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-    .info .button:backdrop,
-    .question .button:backdrop,
-    .warning .button:backdrop,
-    .error .button:backdrop {
-      border-width: 1px;
-      border-style: solid;
-      color: #ededed;
-      border-color: #4a90d9;
-      background-image: linear-gradient(to bottom, #4a90d9);
-      text-shadow: none;
-      icon-shadow: none;
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
-    .info .button:backdrop:insensitive,
-    .question .button:backdrop:insensitive,
-    .warning .button:backdrop:insensitive,
-    .error .button:backdrop:insensitive {
-      border-width: 1px;
-      border-style: solid;
-      color: #c7c7c7;
-      border-color: #a1a1a1;
-      background-image: linear-gradient(to bottom, #ededed);
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-
-/************
- * Tooltips *
- ************/
-/**********************
- * Window Decorations *
- *********************/
-.window-frame {
-  border-radius: 7px 7px 0 0;
-  border-width: 0px;
-  box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.2);
-  /* this is used for the resize cursor area */
-  margin: 10px; }
-  .window-frame:backdrop {
-    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.3); }
-  .window-frame.tiled {
-    border-radius: 0; }
-
-.button.titlebutton {
-  padding: 8px;
-  border-color: transparent;
-  background-image: none;
-  transition-property: border, box-shadow, color;
-  box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
-  .button.titlebutton:hover {
-    border-width: 1px;
-    border-style: solid;
-    color: #2e3436;
-    background-image: linear-gradient(to bottom, white, #ededed 40%, lightgray);
-    border-color: #a1a1a1;
-    text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    box-shadow: inset 0 1px white, 0 1px white; }
-  .button.titlebutton:active {
-    border-width: 1px;
-    border-style: solid;
-    color: #2e3436;
-    border-color: #a1a1a1;
-    background-image: linear-gradient(to bottom, #c7c7c7, #d1d1d1 3%, lightgray);
-    text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-    box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.3), 0 1px white; }
-  .button.titlebutton:backdrop {
-    border-width: 1px;
-    border-style: solid;
-    color: #54595a;
-    border-color: #a1a1a1;
-    background-image: linear-gradient(to bottom, #ededed);
-    text-shadow: none;
-    icon-shadow: none;
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
-    border-color: transparent;
-    transition-property: border, box-shadow, color; }
+body:before {
+  white-space: pre;
+  font-family: monospace;
+  content: "Sass::SyntaxError: \"GtkLinkButton.button:hover\" failed to @extend \"%undercorated_button\".\A 
The selector \"%undercorated_button\" was not found.\A Use \"@extend %undercorated_button !optional\" if the 
extend should be able to fail.\A "; }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]