by roundabout, Thursday, 27 February 2020, 16:53:04 (1582822384), pushed by roundabout, Sunday, 11 May 2025, 13:22:48 (1746969768)
Author identity: nana-4 <hnmaigo@gmail.com>
ee9fd9a673e5ab374115db2a07424877f4073c66
src/_sass/gnome-shell/_common-3.26.scss
@@ -1,38 +1,3 @@
//This is the RIGHT PLACE to edit the stylesheet
//let's start by telling people not to edit the generated CSS:
$cakeisalie: "This stylesheet is generated, DO NOT EDIT";
/* #{$cakeisalie} */
/* Copyright 2009, 2015 Red Hat, Inc.
*
* Portions adapted from Mx's data/style/default.css
* Copyright 2009 Intel Corporation
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
* version 2.1, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* GLOBALS */
stage {
font-family: $font-family;
@include type(body2);
color: $text;
}
/* WIDGETS */
/* Buttons */
.button {
min-height: $medium-size;
@@ -213,22 +178,6 @@ StScrollBar {
}
}
/* links */
.shell-link {
transition-duration: $duration;
border-radius: $corner-radius;
color: $primary;
&:hover {
color: $primary;
background-color: rgba($primary, 0.08);
}
&:active {
transition-duration: $duration-ripple;
color: $primary;
background-color: rgba($primary, 0.2);
}
}
/* Modal Dialogs */
.headline { @include type(headline6); }
src/_sass/gnome-shell/_common-3.28.scss
@@ -1,38 +1,3 @@
//This is the RIGHT PLACE to edit the stylesheet
//let's start by telling people not to edit the generated CSS:
$cakeisalie: "This stylesheet is generated, DO NOT EDIT";
/* #{$cakeisalie} */
/* Copyright 2009, 2015 Red Hat, Inc.
*
* Portions adapted from Mx's data/style/default.css
* Copyright 2009 Intel Corporation
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
* version 2.1, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* GLOBALS */
stage {
font-family: $font-family;
@include type(body2);
color: $text;
}
/* WIDGETS */
/* Buttons */
.button {
min-height: $medium-size;
@@ -213,22 +178,6 @@ StScrollBar {
}
}
/* links */
.shell-link {
transition-duration: $duration;
border-radius: $corner-radius;
color: $primary;
&:hover {
color: $primary;
background-color: rgba($primary, 0.08);
}
&:active {
transition-duration: $duration-ripple;
color: $primary;
background-color: rgba($primary, 0.2);
}
}
/* Modal Dialogs */
.headline { @include type(headline6); }
src/_sass/gnome-shell/_common-3.30.scss
@@ -1,38 +1,3 @@
//This is the RIGHT PLACE to edit the stylesheet
//let's start by telling people not to edit the generated CSS:
$cakeisalie: "This stylesheet is generated, DO NOT EDIT";
/* #{$cakeisalie} */
/* Copyright 2009, 2015 Red Hat, Inc.
*
* Portions adapted from Mx's data/style/default.css
* Copyright 2009 Intel Corporation
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
* version 2.1, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* GLOBALS */
stage {
font-family: $font-family;
@include type(body2);
color: $text;
}
/* WIDGETS */
/* Buttons */
.button {
min-height: $medium-size;
@@ -215,22 +180,6 @@ StScrollBar {
}
}
/* links */
.shell-link {
transition-duration: $duration;
border-radius: $corner-radius;
color: $primary;
&:hover {
color: $primary;
background-color: rgba($primary, 0.08);
}
&:active {
transition-duration: $duration-ripple;
color: $primary;
background-color: rgba($primary, 0.2);
}
}
/* Modal Dialogs */
.headline { @include type(headline6); }
src/_sass/gnome-shell/_common-3.32.scss
@@ -1,38 +1,3 @@
//This is the RIGHT PLACE to edit the stylesheet
//let's start by telling people not to edit the generated CSS:
$cakeisalie: "This stylesheet is generated, DO NOT EDIT";
/* #{$cakeisalie} */
/* Copyright 2009, 2015 Red Hat, Inc.
*
* Portions adapted from Mx's data/style/default.css
* Copyright 2009 Intel Corporation
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
* version 2.1, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* GLOBALS */
stage {
font-family: $font-family;
@include type(body2);
color: $text;
}
/* WIDGETS */
/* Buttons */
.button {
min-height: $medium-size;
@@ -210,22 +175,6 @@ StScrollBar {
&:checked { background-image: url("assets/toggle-on.svg"); }
}
/* links */
.shell-link {
transition-duration: $duration;
border-radius: $corner-radius;
color: $primary;
&:hover {
color: $primary;
background-color: rgba($primary, 0.08);
}
&:active {
transition-duration: $duration-ripple;
color: $primary;
background-color: rgba($primary, 0.2);
}
}
/* Modal Dialogs */
.headline { @include type(headline6); }
src/_sass/gnome-shell/_common-3.34.scss
@@ -1,38 +1,3 @@
//This is the RIGHT PLACE to edit the stylesheet
//let's start by telling people not to edit the generated CSS:
$cakeisalie: "This stylesheet is generated, DO NOT EDIT";
/* #{$cakeisalie} */
/* Copyright 2009, 2015 Red Hat, Inc.
*
* Portions adapted from Mx's data/style/default.css
* Copyright 2009 Intel Corporation
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
* version 2.1, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* GLOBALS */
stage {
font-family: $font-family;
@include type(body2);
color: $text;
}
/* WIDGETS */
/* Buttons */
.button, %button {
min-height: $medium-size;
@@ -216,22 +181,6 @@ StScrollBar {
&:checked { background-image: url("assets/toggle-on.svg"); }
}
/* links */
.shell-link {
transition-duration: $duration;
border-radius: $corner-radius;
color: $primary;
&:hover {
color: $primary;
background-color: rgba($primary, 0.08);
}
&:active {
transition-duration: $duration-ripple;
color: $primary;
background-color: rgba($primary, 0.2);
}
}
/* Modal Dialogs */
.headline { @include type(headline6); }
@@ -694,19 +643,6 @@ StScrollBar {
app menu inside the main app window itself rather than the top bar
*/
/*************
* App Icons *
*************/
/* Outline for low res icons */
.lowres-icon {
icon-shadow: none;
}
/* Drapshadow for large icons */
.icon-dropshadow {
icon-shadow: none;
}
/* OSD */
.osd-window {
text-align: center;
src/_sass/gnome-shell/_components.scss
@@ -5,7 +5,7 @@
//
// Primary components
// @import 'components/base';
@import 'components/base';
// @import 'components/entry';
// @import 'components/button';
// @import 'components/check-box';
src/_sass/gnome-shell/components/_base.scss
@@ -1,18 +1,58 @@
/* Copyright 2009, 2015 Red Hat, Inc.
*
* Portions adapted from Mx's data/style/default.css
* Copyright 2009 Intel Corporation
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
* version 2.1, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/
// Stage
stage {
color: $text;
@if $version >= 3.36 {
font-size: 1em;
} @else {
@include type(body2);
font-family: $font-family;
}
}
// Links
.shell-link {
color: $link_color;
transition-duration: $duration;
border-radius: $corner-radius;
color: $primary;
&:hover {
color: lighten($link_color, 10%);
background-color: rgba($primary, .08);
color: $primary;
}
&:active {
transition-duration: $duration-ripple;
background-color: rgba($primary, .2);
color: $primary;
}
}
// Outline for low res icons
.lowres-icon {
icon-shadow: 0 1px 2px rgba(black, 0.3);
icon-shadow: none;
}
// Dropshadow for large icons
.icon-dropshadow {
icon-shadow: 0 1px 2px rgba(black, 0.4);
icon-shadow: none;
}