Compare commits

...

10 Commits
90.6 ... r9

Author SHA1 Message Date
Louis Abel
9a8b2c24c0
compress dark teal image 2024-02-21 06:12:01 -07:00
Louis Abel
d3d7e30d30
fix text files 2023-02-02 13:14:12 -07:00
Louis Abel
e86bb51e51
fix minor typo 2022-07-27 11:04:39 -07:00
Louis Abel
bd43c46ce4
Addresse missing css anaconda theme file (RLBT#0000145) 2022-07-15 08:50:52 -07:00
Louis Abel
7b730be3e4
Adjust pixmaps 2022-07-05 19:36:58 -07:00
Louis Abel
34442aee74
remove unneeded space 2022-07-05 13:34:44 -07:00
Louis Abel
ed4254c535
Adjust testpage and anaconda sidebar 2022-06-29 13:02:16 -07:00
nazunalika
af0a0012c4
add additional background 2022-06-27 09:58:34 -07:00
nazunalika
d13aa9ff07
fix up more paths 2022-06-26 20:36:21 -07:00
nazunalika
d60a371eda
fix paths 2022-06-26 20:18:41 -07:00
16 changed files with 115 additions and 11 deletions

View File

@ -3,5 +3,8 @@ Rocky 9 Default
Files: /usr/share/backgrounds/*.png
Authors:
- Louis Abel <label@rockylinux.org>
- Natalie Forde
- Gwendolyn K
- Ezequiel Bruni
License: CC-BY-SA 4.0 (http://creativecommons.org/licenses/by-sa/4.0/deed.en)

View File

@ -1,10 +1,12 @@
Artwork in this package is derived from several sources.
Backgrounds:
- Hayden Young <hbjy@rockylinux.org>
- Natalie Forde
- Gwendolyn K
- Ezequiel Bruni
Anaconda:
- Hayden Young <hbjy@rockylinux.org>
- Louis Abel <label@rockylinux.org>
Assorted icons and images included in the Rocky Linux artwork are borrowed from the

View File

@ -5,4 +5,4 @@ This repo contains the necessary assets for the rocky-logos packages that
appear in Rocky Linux. The master branch will serve as the primary point
of which will be branched per release.
This branch is primarily for Rocky Linux 8.
This branch is primarily for Rocky Linux 9.

41
anaconda/theme/redhat.css Normal file
View File

@ -0,0 +1,41 @@
/* Anaconda gtk style overrides for RHEL */
/* vendor-specific colors */
@define-color rocky #18181b;
/* 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: @rocky;
background-repeat: no-repeat;
background-size: cover;
background-position: top left;
}
/* 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: @rocky;
background-image: url('/usr/share/anaconda/pixmaps/topbar-bg.png');
background-repeat: no-repeat;
background-size: cover;
background-position: top left;
color: white;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 370 KiB

After

Width:  |  Height:  |  Size: 150 KiB

View File

@ -52,7 +52,7 @@
<!-- Nine -->
<wallpaper deleted="false">
<name>Rocky Linux 9 Default Background - Nine</name>
<filename>/usr/share/backgrounds/rocky-default-9-nine.xml</filename>
<filename>/usr/share/backgrounds/rocky-default-9-nine-time.xml</filename>
<options>zoom</options>
<author>Natalie Forde</author>
<license>CC-BY-SA 4.0</license>
@ -76,7 +76,7 @@
<!-- Big Square -->
<wallpaper deleted="false">
<name>Rocky Linux 9 Default Background - Big Square</name>
<filename>/usr/share/backgrounds/rocky-default-9-big-square.xml</filename>
<filename>/usr/share/backgrounds/rocky-default-9-bigsquare-teal-time.xml</filename>
<options>zoom</options>
<author>Alejandro Ramallo</author>
<license>CC-BY-SA 4.0</license>
@ -113,5 +113,12 @@
<author>Gwendolyn K.</author>
<license>Free Art 1.3</license>
</wallpaper>
<wallpaper deleted="false">
<name>Rocky Linux 9 Default Background - Sapphire Light</name>
<filename>/usr/share/backgrounds/rocky-default-9-sapphire-light.xml</filename>
<options>zoom</options>
<author>Gwendolyn K.</author>
<license>Free Art 1.3</license>
</wallpaper>
<!-- End Sapphire -->
</wallpapers>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 MiB

After

Width:  |  Height:  |  Size: 7.5 MiB

View File

@ -0,0 +1,37 @@
<background>
<starttime>
<year>2022</year>
<month>01</month>
<day>01</day>
<hour>8</hour>
<minute>00</minute>
<second>00</second>
</starttime>
<!-- This animation starts at 8A -->
<!-- Goes from 8A-6P (10 hours) -->
<static>
<duration>36000.0</duration>
<file>/usr/share/backgrounds/rocky-default-9-nine-day.jpg</file>
</static>
<!-- Day to night -->
<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/rocky-default-9-nine-day.jpg</from>
<to>/usr/share/backgrounds/rocky-default-9-nine-night.jpg</to>
</transition>
<!-- Goes from 6P-8A -->
<static>
<duration>36000.0</duration>
<file>/usr/share/backgrounds/rocky-default-9-nine-night.jpg</file>
</static>
<!-- Night to day -->
<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/rocky-default-9-nine-night.jpg</from>
<to>/usr/share/backgrounds/rocky-default-9-nine-day.jpg</to>
</transition>
</background>

View File

Before

Width:  |  Height:  |  Size: 5.3 MiB

After

Width:  |  Height:  |  Size: 5.3 MiB

View File

@ -9,6 +9,6 @@
</starttime>
<static>
<duration>10000000000.0</duration>
<file>/usr/share/backgrounds/rocky-default-9-onyx-moutain.png</file>
<file>/usr/share/backgrounds/rocky-default-9-onyx-mountains.png</file>
</static>
</background>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

View File

@ -0,0 +1,14 @@
<background>
<starttime>
<year>2022</year>
<month>01</month>
<day>01</day>
<hour>8</hour>
<minute>00</minute>
<second>00</second>
</starttime>
<static>
<duration>10000000000.0</duration>
<file>/usr/share/backgrounds/rocky-default-9-sapphire-light.jpg</file>
</static>
</background>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -13,9 +13,9 @@
}
body {
background: rgb(20,72,50);
background: -moz-linear-gradient(180deg, rgba(20,72,50,1) 30%, rgba(0,0,0,1) 90%) ;
background: -webkit-linear-gradient(180deg, rgba(20,72,50,1) 30%, rgba(0,0,0,1) 90%) ;
background: linear-gradient(180deg, rgba(20,72,50,1) 30%, rgba(0,0,0,1) 90%);
background: -moz-linear-gradient(180deg, rgba(23,43,70,1) 30%, rgba(0,0,0,1) 90%) ;
background: -webkit-linear-gradient(180deg, rgba(23,43,70,1) 30%, rgba(0,0,0,1) 90%) ;
background: linear-gradient(180deg, rgba(23,43,70,1) 30%, rgba(0,0,0,1) 90%);
background-repeat: no-repeat;
background-attachment: fixed;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3c6eb4",endColorstr="#3c95b4",GradientType=1);
@ -230,7 +230,7 @@
<div class='col-sm-12 col-md-6 col-md-6 '></div>
<p class="summary">This page is used to test the proper operation of
an HTTP server after it has been installed on a Rocky Linux system.
If you can read this page, it means that the software it working
If you can read this page, it means that the software is working
correctly.</p>
</div>
@ -293,7 +293,7 @@
in <code>/etc/nginx/nginx.conf</code>.</p>
<div id="logos">
<a href="https://rockylinux.org/" id="rocky-poweredby"><img src= "icons/poweredby.png" alt="[ Powered by Rocky Linux ]" /></a> <!-- Rocky -->
<a href="https://rockylinux.org/" id="rocky-poweredby"><img src="icons/poweredby.png" alt="[ Powered by Rocky Linux ]" /></a> <!-- Rocky -->
<img src="poweredby.png" /> <!-- webserver -->
</div>
</div>