From 79fe906d89a87ed4804d5d33d48dc1f87c4973a9 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Dec 04 2017 19:35:16 +0000 Subject: Move branding CSS from fedora-productimg-* to fedora-logos Resolves: https://pagure.io/fedora-logos/issue/1 Signed-off-by: Stephen Gallagher --- diff --git a/anaconda/cloud/fedora-cloud.css b/anaconda/cloud/fedora-cloud.css new file mode 100644 index 0000000..bcc2940 --- /dev/null +++ b/anaconda/cloud/fedora-cloud.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/cloud/sidebar-bg.png'); + background-color: @fedora; + background-repeat: no-repeat; +} + +/* Add a logo to the sidebar */ +.logo { + background-image: url('/usr/share/anaconda/pixmaps/cloud/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/cloud/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/cloud/sidebar-logo_flavor.png'); + background-position: 12px 10.5em; + background-repeat: no-repeat; +} + diff --git a/anaconda/server/fedora-server.css b/anaconda/server/fedora-server.css new file mode 100644 index 0000000..018b4f5 --- /dev/null +++ b/anaconda/server/fedora-server.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/server/sidebar-bg.png'); + background-color: @fedora; + background-repeat: no-repeat; +} + +/* Add a logo to the sidebar */ +.logo { + background-image: url('/usr/share/anaconda/pixmaps/server/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/server/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/server/sidebar-logo_flavor.png'); + background-position: 12px 10.5em; + background-repeat: no-repeat; +} + diff --git a/anaconda/workstation/fedora-workstation.css b/anaconda/workstation/fedora-workstation.css new file mode 100644 index 0000000..360e921 --- /dev/null +++ b/anaconda/workstation/fedora-workstation.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/workstation/sidebar-bg.png'); + background-color: @fedora; + background-repeat: no-repeat; +} + +/* Add a logo to the sidebar */ +.logo { + background-image: url('/usr/share/anaconda/pixmaps/workstation/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/workstation/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/workstation/sidebar-logo_flavor.png'); + background-position: 12px 10.5em; + background-repeat: no-repeat; +} +