[Xfce4-commits] [www/www.xfce.org] 38/55: Correctly position opensuse panel

noreply at xfce.org noreply at xfce.org
Mon Aug 12 02:53:00 CEST 2019


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository www/www.xfce.org.

commit c1fd5349e60381812e2613ff2f7e1fec4cecc2e9
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sun Aug 11 22:45:02 2019 +0200

    Correctly position opensuse panel
---
 pages/frontpage.php |  8 ++++----
 style/site_www.css  | 12 ++++++++++++
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/pages/frontpage.php b/pages/frontpage.php
index 966cb8a..452331f 100644
--- a/pages/frontpage.php
+++ b/pages/frontpage.php
@@ -21,10 +21,10 @@ $head['css'] = '@media screen and (max-width:830px) {
 		<span id="slide-desktop-panel" style="background-image: url(<?php echo $static_media; ?>/slider/panel_bg.png);"><span id="slide-desktop-panel-left" style="background-image: url(<?php echo $static_media; ?>/slider/panel_left.png);"></span><span id="slide-desktop-panel-right" style="background-image: url(<?php echo $static_media; ?>/slider/panel_right.png);"></span></span>
 		<span id="slide-desktop-icons" style="background-image: url(<?php echo $static_media; ?>/slider/desktop_icons.png);"></span>
 	</div>
-	<div id="slide-desktop" alt="Xfce Desktop" title="<?php E_('The default Xfce Desktop provides a simple and attractive desktop for Unix users.') ?>">
-		<span id="slide-desktop-panel" style="background-image: url(<?php echo $static_media; ?>/slider/opensuse-panel-repeat.png);"><span id="slide-desktop-panel-left" style="background-image: url(<?php echo $static_media; ?>/slider/opensuse-panel-left.png);"></span><span id="slide-desktop-panel-right" style="background-image: url(<?php echo $static_media; ?>/slider/opensuse-panel-repeat.png);"></span></span>
-		<span id="slide-desktop-icons" style="background-image: url(<?php echo $static_media; ?>/slider/opensuse-desktop-icons.png);"></span>
-		<span id="slide-desktop-yast" style="background-image: url(<?php echo $static_media; ?>/slider/opensuse-yast.png);"></span>
+	<div id="slide-opensuse" alt="OpenSUSE Xfce" title="<?php E_('The default Xfce Desktop provides a simple and attractive desktop for Unix users.') ?>">
+		<span id="slide-opensuse-panel" style="background-image: url(<?php echo $static_media; ?>/slider/opensuse-panel-repeat.png);"><span id="slide-opensuse-panel-left" style="background-image: url(<?php echo $static_media; ?>/slider/opensuse-panel-left.png);"></span><span id="slide-opensuse-panel-right" style="background-image: url(<?php echo $static_media; ?>/slider/opensuse-panel-repeat.png);"></span></span>
+		<span id="slide-opensuse-icons" style="background-image: url(<?php echo $static_media; ?>/slider/opensuse-desktop-icons.png);"></span>
+		<span id="slide-opensuse-yast" style="background-image: url(<?php echo $static_media; ?>/slider/opensuse-yast.png);"></span>
 	</div>
 	<div id="slide-settings" style="background-image: url(<?php echo $static_media; ?>/slider/color-settings.png);" alt="Settings" title="<?php E_('The Xfce Desktop provides all the required settings to configure your hardware, desktop appearance and other desktop-critical settings allowing you to easily manage your system.') ?>"></div>
 	<div id="slide-xfwm4" style="background-image: url(<?php echo $static_media; ?>/slider/xfwm4.png);" alt="Window Manager" title="<?php E_('The Xfce Window Manager is the core of the desktop. It can be tuned to make window management quick and predictable. It also features around 100 border styles giving it the look you want!') ?>"></div>
diff --git a/style/site_www.css b/style/site_www.css
index 6dc88d7..17afa82 100644
--- a/style/site_www.css
+++ b/style/site_www.css
@@ -413,6 +413,18 @@ div.figure {
 		#slide div span#slide-desktop-icons { background-position: 24px 96px; }
 		#slide div span#slide-desktop-yast { background-position: 36px 140px; }
 
+		/* OpenSUSE slide */
+
+		#slide div span#slide-opensuse-panel,
+		#slide div span#slide-opensuse-panel-left,
+		#slide div span#slide-opensuse-panel-right {
+			background-position: 0px 376px;
+		}
+		#slide div span#slide-opensuse-panel { background-repeat: repeat-x; }
+		#slide div span#slide-opensuse-panel-left { z-index: 2; }
+		#slide div span#slide-opensuse-icons { background-position: 24px 96px; }
+		#slide div span#slide-opensuse-yast { background-position: 36px 140px; }
+
 		/* Panel slide */
 
 		#slide div span#slide-panel-deskbar,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list