Browse Source

add new anaconda css theme

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
master
Toshaan Bharvani 4 months ago
parent
commit
9a165025c9
  1. 37
      anaconda/theme/powerel.css
  2. 1
      anaconda/theme/redhat.css

37
anaconda/theme/powerel.css

@ -0,0 +1,37 @@ @@ -0,0 +1,37 @@
/* Anaconda gtk style overrides for RHEL */

/* vendor-specific colors */
@define-color redhat #2d2d2d;

/* logo and sidebar classes */

/* 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/sidebar-bg.png');
background-color: @redhat;
background-repeat: no-repeat;
}

/* Add a logo to the sidebar */
.logo {
background-image: url('/usr/share/anaconda/pixmaps/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: @redhat;
background-image: url('/usr/share/anaconda/pixmaps/topbar-bg.png');
background-repeat: no-repeat;
color: white;
}

1
anaconda/theme/redhat.css

@ -0,0 +1 @@ @@ -0,0 +1 @@
powerel.css
Loading…
Cancel
Save