From ce6fc870f09f20e58fab9a768f34d6cbec17bf3a Mon Sep 17 00:00:00 2001 From: Jan Beran Date: Aug 31 2021 07:59:28 +0000 Subject: Add Silverblue files --- diff --git a/anaconda/silverblue/fedora-silverblue.css b/anaconda/silverblue/fedora-silverblue.css new file mode 100644 index 0000000..f06c839 --- /dev/null +++ b/anaconda/silverblue/fedora-silverblue.css @@ -0,0 +1,63 @@ +@define-color fedora #2f4265; + +/* logo and sidebar classes for Fedora */ + +/* The sidebar consists of three parts: a background, a logo, and a product logo, + * rendered in that order. The product logo is empty by default and is intended + * to be overridden by a stylesheet in product.img. + */ +.logo-sidebar { + background-image: url('/usr/share/anaconda/pixmaps/silverblue/sidebar-bg.png'); + background-color: @fedora; + background-repeat: no-repeat; +} + +/* Add a logo to the sidebar */ +.logo { + background-image: url('/usr/share/anaconda/pixmaps/silverblue/sidebar-logo.png'); + background-position: 50% 20px; + background-repeat: no-repeat; + background-color: transparent; +} + +/* This is a placeholder to be filled by a product-specific logo. */ +.product-logo { + background-image: none; + background-color: transparent; +} + +AnacondaSpokeWindow #nav-box { + background-color: @fedora; + background-image: url('/usr/share/anaconda/pixmaps/silverblue/topbar-bg.png'); + background-repeat: no-repeat; + color: white; +} + +/* Remove the box-shadow from buttons in the nav-box because it adds a white stripe + * below the buttons and makes them look dumb */ +AnacondaSpokeWindow #nav-box GtkButton { + box-shadow: none; +} + + +/* Change the sidebar background color */ +.logo-sidebar { + background-color: #006eb4; +} + +AnacondaSpokeWindow #nav-box { + background-color: #006eb4; +} + +/* Move the Fedora logo to the bottom */ +.logo { + background-position: 50% 90%; +} + +/* Add the product logo at the top */ +.product-logo { + background-image: url('/usr/share/anaconda/pixmaps/silverblue/sidebar-logo_flavor.png'); + background-position: 12px 10.5em; + background-repeat: no-repeat; +} + diff --git a/anaconda/silverblue/sidebar-bg.png b/anaconda/silverblue/sidebar-bg.png new file mode 100644 index 0000000..a5f16b9 Binary files /dev/null and b/anaconda/silverblue/sidebar-bg.png differ diff --git a/anaconda/silverblue/sidebar-logo.png b/anaconda/silverblue/sidebar-logo.png new file mode 100644 index 0000000..da63d4c Binary files /dev/null and b/anaconda/silverblue/sidebar-logo.png differ diff --git a/anaconda/silverblue/topbar-bg.png b/anaconda/silverblue/topbar-bg.png new file mode 100644 index 0000000..4ae9a68 Binary files /dev/null and b/anaconda/silverblue/topbar-bg.png differ