Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
horst3180 committed Dec 28, 2015
1 parent 8a30dbe commit 6c028ca
Show file tree
Hide file tree
Showing 52 changed files with 2,038 additions and 4,465 deletions.
Empty file removed ChangeLog
Empty file.
Empty file removed NEWS
Empty file.
291 changes: 87 additions & 204 deletions common/gtk-3.0/3.14/gtk-dark.css

Large diffs are not rendered by default.

291 changes: 87 additions & 204 deletions common/gtk-3.0/3.14/gtk-darker.css

Large diffs are not rendered by default.

291 changes: 87 additions & 204 deletions common/gtk-3.0/3.14/gtk-solid-dark.css

Large diffs are not rendered by default.

291 changes: 87 additions & 204 deletions common/gtk-3.0/3.14/gtk-solid-darker.css

Large diffs are not rendered by default.

291 changes: 87 additions & 204 deletions common/gtk-3.0/3.14/gtk-solid.css

Large diffs are not rendered by default.

291 changes: 87 additions & 204 deletions common/gtk-3.0/3.14/gtk.css

Large diffs are not rendered by default.

377 changes: 155 additions & 222 deletions common/gtk-3.0/3.14/sass/_common.scss

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions common/gtk-3.0/3.14/sass/_lightdm.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* the panel widget at the top */
// the panel widget at the top
#panel_window {
background-color: $panel_bg;
color: $panel_fg;
font: bold;
box-shadow: inset 0 -1px darken($panel_bg, 7%);

/* the menubars/menus of the panel, i.e. indicators */
// the menubars/menus of the panel, i.e. indicators
.menubar,
.menubar > .menuitem {
background-color: transparent;
Expand All @@ -21,7 +21,7 @@
.menubar .menu .menuitem { font: normal; }
}

/* the login window */
// the login window
#login_window,
#shutdown_dialog,
#restart_dialog {
Expand All @@ -31,7 +31,7 @@
color: $fg_color;
}

/* the top half of the login-window, in GtkDialog terms, the content */
// the top half of the login-window, in GtkDialog terms, the content
#content_frame {
padding-bottom: 14px;
background-color: $bg_color;
Expand All @@ -49,7 +49,7 @@
&:insensitive { @include button(insensitive); }
}

/* the lower half of the login-window, in GtkDialog terms the buttonbox or action area */
// the lower half of the login-window, in GtkDialog terms the buttonbox or action area
#buttonbox_frame {
padding-top: 20px;
padding-bottom: 0px;
Expand Down Expand Up @@ -78,32 +78,32 @@
.arrow {}
}

/* the user's avatar box */
// the user's avatar box
#user_image {
padding: 3px;
border-radius: 2px;
}

/* the border around the user's avatar box */
// the border around the user's avatar box
#user_image_border {}

/* the shutdown button */
// the shutdown button
#shutdown_button.button {
@include button(suggested_destructive, $destructive_color);

&:hover { @include button(suggested_destructive, lighten($destructive_color, 10%)); }
&:active, &:checked { @include button(suggested_destructive, darken($destructive_color, 10%)); }
}

/* the restart button */
// the restart button
#restart_button.button {
@include button(suggested_destructive, $suggested_color);

&:hover { @include button(suggested_destructive, lighten($suggested_color, 10%)); }
&:active, &:checked { @include button(suggested_destructive, darken($suggested_color, 10%)); }
}

/* the warning, in case a wrong password is entered or something else goes wrong according to PAM */
// the warning, in case a wrong password is entered or something else goes wrong according to PAM
#greeter_infobar {
border-bottom-width: 0;
font: bold;
Expand Down
2 changes: 1 addition & 1 deletion common/gtk-3.0/3.14/sass/_transparent_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ NautilusWindow .pane-separator,
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {background-color: $dark_sidebar_border}

/*Fix Nautilus transparency issues*/
// Fix Nautilus transparency issues
NautilusWindow NautilusWindowSlot { background-color: $base_color; }
NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; }

Expand Down
5 changes: 0 additions & 5 deletions common/gtk-3.0/3.14/sass/gtk-dark.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// General guidelines:
// - very unlikely you want to edit something else than _common.scss
// - keep the number of defined colors to a minimum, use the color blending functions if
// you need a subtle shade

$variant: 'dark';
$darker: 'false';
$transparency: 'true';
Expand Down
5 changes: 0 additions & 5 deletions common/gtk-3.0/3.14/sass/gtk-darker.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// General guidelines:
// - very unlikely you want to edit something else than _common.scss
// - keep the number of defined colors to a minimum, use the color blending functions if
// you need a subtle shade

$variant: 'light';
$darker: 'true';
$transparency: 'true';
Expand Down
5 changes: 0 additions & 5 deletions common/gtk-3.0/3.14/sass/gtk-solid-dark.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// General guidelines:
// - very unlikely you want to edit something else than _common.scss
// - keep the number of defined colors to a minimum, use the color blending functions if
// you need a subtle shade

$variant: 'dark';
$darker: 'false';
$transparency: 'false';
Expand Down
5 changes: 0 additions & 5 deletions common/gtk-3.0/3.14/sass/gtk-solid-darker.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// General guidelines:
// - very unlikely you want to edit something else than _common.scss
// - keep the number of defined colors to a minimum, use the color blending functions if
// you need a subtle shade

$variant: 'light';
$darker: 'true';
$transparency: 'false';
Expand Down
5 changes: 0 additions & 5 deletions common/gtk-3.0/3.14/sass/gtk-solid.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// General guidelines:
// - very unlikely you want to edit something else than _common.scss
// - keep the number of defined colors to a minimum, use the color blending functions if
// you need a subtle shade

$variant: 'light';
$darker: 'false';
$transparency: 'false';
Expand Down
5 changes: 0 additions & 5 deletions common/gtk-3.0/3.14/sass/gtk.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// General guidelines:
// - very unlikely you want to edit something else than _common.scss
// - keep the number of defined colors to a minimum, use the color blending functions if
// you need a subtle shade

$variant: 'light';
$darker: 'false';
$transparency: 'true';
Expand Down
Loading

0 comments on commit 6c028ca

Please sign in to comment.