roundabout,
created on Wednesday, 16 March 2016, 08:39:00 (1458117540),
received on Sunday, 11 May 2025, 13:21:55 (1746969715)
Author identity: nana4 <hnmaigo@gmail.com>
7a5958b9af3f1b5291f0b279dc2c94d3aec08558
gtk-3.0/_apps.scss
@@ -0,0 +1,96 @@
// floating status bar
.floating-bar {
@extend %osd;
// @extend .toolbar.osd;
padding: 3px 0 4px;
border-width: 1px;
border-style: solid solid none;
border-color: $borders_color;
border-radius: 2px + 1px 2px + 1px 0 0;
background-color: $base_color;
background-clip: $extra_background_clip;
&.left {
border-left-style: none;
border-top-left-radius: 0;
}
&.right {
border-right-style: none;
border-top-right-radius: 0;
}
.button {
padding: 4px;
}
}
/************
* Nautilus *
************/
.nautilus-canvas-item {
// border-radius: 2px;
}
.nautilus-canvas-item.dim-label,
.nautilus-list-dim-label {
// @extend .dim-label;
}
.nautilus-canvas-item.dim-label:selected,
.nautilus-list-dim-label:selected {
}
.nautilus-desktop.nautilus-canvas-item {
// background-color: scale-alpha(#000000, $lower_opacity);
color: $selected_fg_color;
text-shadow: $z-depth-1;
}
.nautilus-desktop.nautilus-canvas-item:selected {
// color: $selected_fg_color;
text-shadow: none;
}
.nautilus-circular-button {
@extend %image_button;
}
/* Toolbar */
@keyframes needs_attention_keyframes {
0% {background-color: transparent; }
50% {background-color: $track_color; }
100% {background-color: transparent; }
}
.nautilus-operations-button-needs-attention {
color: $accent_bg_color;
animation: needs_attention_keyframes 2s $material_timing_function;
}
.nautilus-operations-button-needs-attention-multiple {
color: $accent_bg_color;
animation: needs_attention_keyframes 2s $material_timing_function;
animation-iteration-count: 2;
}
.disk-space-display {
// border-style: solid;
// border-width: 2px;
}
.disk-space-display.unknown {
background-color: $warning_color;
}
.disk-space-display.used {
background-color: $selected_bg_color;
}
.disk-space-display.free {
background-color: $track_color;
color: $insensitive_fg_color;
}
/* View */
NautilusListView .view {
// border-bottom: 1px solid $borders_color;
}
gtk-3.0/_common.scss
@@ -2196,29 +2196,6 @@ GtkVolumeButton.button {
&.text-button { @extend .text-button }
}
.floating-bar {
@extend %osd;
// @extend .toolbar.osd;
padding: 3px 0 4px;
border: 1px solid $borders_color;
background-color: $base_color;
background-clip: $extra_background_clip;
}
.floating-bar.bottom.left { /* axes left border and border radius */
border-width: 1px 1px 0 0;
border-radius: 0 2px + 1px 0 0;
// border-width: 8px 8px 0 0;
// border-image-width: 10px 10px 0 0;
}
.floating-bar.bottom.right { /* axes right border and border radius */
border-width: 1px 0 0 1px;
border-radius: 2px + 1px 0 0 0;
// border-width: 8px 0 0 8px;
// border-image-width: 10px 0 0 10px;
}
/**********************
* Window Decorations *
*********************/
gtk-3.0/gtk-dark.css
@@ -386,7 +386,7 @@ GtkTextView {
.button.image-button, .inline-toolbar .button, .spinbutton .button, .notebook tab .button, GtkScaleButton.button,
GtkVolumeButton.button, .header-bar .button.titlebutton,
.titlebar .button.titlebutton {
.titlebar .button.titlebutton, .nautilus-circular-button {
padding: 10px;
outline-radius: 100px;
border-radius: 100px;
@@ -2184,22 +2184,6 @@ GtkColorSwatch {
.scale-popup .button {
padding: 10px; }
.floating-bar {
padding: 3px 0 4px;
border: 1px solid rgba(0, 0, 0, 0.2);
background-color: #455A64;
background-clip: border-box; }
.floating-bar.bottom.left {
/* axes left border and border radius */
border-width: 1px 1px 0 0;
border-radius: 0 3px 0 0; }
.floating-bar.bottom.right {
/* axes right border and border radius */
border-width: 1px 0 0 1px;
border-radius: 3px 0 0 0; }
/**********************
* Window Decorations *
*********************/
@@ -2369,6 +2353,61 @@ GtkColorSwatch {
background-origin: content-box;
background-position: right center; }
.floating-bar {
padding: 3px 0 4px;
border-width: 1px;
border-style: solid solid none;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 3px 3px 0 0;
background-color: #455A64;
background-clip: border-box; }
.floating-bar.left {
border-left-style: none;
border-top-left-radius: 0; }
.floating-bar.right {
border-right-style: none;
border-top-right-radius: 0; }
.floating-bar .button {
padding: 4px; }
/************
* Nautilus *
************/
.nautilus-desktop.nautilus-canvas-item {
color: #FFFFFF;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
.nautilus-desktop.nautilus-canvas-item:selected {
text-shadow: none; }
/* Toolbar */
@keyframes needs_attention_keyframes {
0% {
background-color: transparent; }
50% {
background-color: alpha(currentColor, 0.3); }
100% {
background-color: transparent; } }
.nautilus-operations-button-needs-attention {
color: #FF4081;
animation: needs_attention_keyframes 2s cubic-bezier(0.4, 0, 0.2, 1); }
.nautilus-operations-button-needs-attention-multiple {
color: #FF4081;
animation: needs_attention_keyframes 2s cubic-bezier(0.4, 0, 0.2, 1);
animation-iteration-count: 2; }
.disk-space-display.unknown {
background-color: #FF6D00; }
.disk-space-display.used {
background-color: #00BCD4; }
.disk-space-display.free {
background-color: alpha(currentColor, 0.3);
color: rgba(255, 255, 255, 0.4); }
/* View */
/* GTK NAMED COLORS
----------------
use responsibly! */
gtk-3.0/gtk-dark.scss
@@ -3,4 +3,5 @@ $variant: 'dark';
@import 'colors';
@import 'drawing';
@import 'common';
@import 'apps';
@import 'colors-public';
gtk-3.0/gtk.css
@@ -386,7 +386,7 @@ GtkTextView {
.button.image-button, .inline-toolbar .button, .spinbutton .button, .notebook tab .button, GtkScaleButton.button,
GtkVolumeButton.button, .header-bar .button.titlebutton,
.titlebar .button.titlebutton {
.titlebar .button.titlebutton, .nautilus-circular-button {
padding: 10px;
outline-radius: 100px;
border-radius: 100px;
@@ -2184,22 +2184,6 @@ GtkColorSwatch {
.scale-popup .button {
padding: 10px; }
.floating-bar {
padding: 3px 0 4px;
border: 1px solid rgba(0, 0, 0, 0.1);
background-color: #FFFFFF;
background-clip: padding-box; }
.floating-bar.bottom.left {
/* axes left border and border radius */
border-width: 1px 1px 0 0;
border-radius: 0 3px 0 0; }
.floating-bar.bottom.right {
/* axes right border and border radius */
border-width: 1px 0 0 1px;
border-radius: 3px 0 0 0; }
/**********************
* Window Decorations *
*********************/
@@ -2369,6 +2353,61 @@ GtkColorSwatch {
background-origin: content-box;
background-position: right center; }
.floating-bar {
padding: 3px 0 4px;
border-width: 1px;
border-style: solid solid none;
border-color: rgba(0, 0, 0, 0.1);
border-radius: 3px 3px 0 0;
background-color: #FFFFFF;
background-clip: padding-box; }
.floating-bar.left {
border-left-style: none;
border-top-left-radius: 0; }
.floating-bar.right {
border-right-style: none;
border-top-right-radius: 0; }
.floating-bar .button {
padding: 4px; }
/************
* Nautilus *
************/
.nautilus-desktop.nautilus-canvas-item {
color: #FFFFFF;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
.nautilus-desktop.nautilus-canvas-item:selected {
text-shadow: none; }
/* Toolbar */
@keyframes needs_attention_keyframes {
0% {
background-color: transparent; }
50% {
background-color: alpha(currentColor, 0.3); }
100% {
background-color: transparent; } }
.nautilus-operations-button-needs-attention {
color: #FF4081;
animation: needs_attention_keyframes 2s cubic-bezier(0.4, 0, 0.2, 1); }
.nautilus-operations-button-needs-attention-multiple {
color: #FF4081;
animation: needs_attention_keyframes 2s cubic-bezier(0.4, 0, 0.2, 1);
animation-iteration-count: 2; }
.disk-space-display.unknown {
background-color: #FF6D00; }
.disk-space-display.used {
background-color: #00BCD4; }
.disk-space-display.free {
background-color: alpha(currentColor, 0.3);
color: rgba(0, 0, 0, 0.32); }
/* View */
/* GTK NAMED COLORS
----------------
use responsibly! */
gtk-3.0/gtk.scss
@@ -9,4 +9,5 @@ $variant: 'light';
@import 'colors';
@import 'drawing';
@import 'common';
@import 'apps';
@import 'colors-public';